chore: cleanup release.yaml
This commit is contained in:
parent
04e3749434
commit
389dbeff56
@ -3,7 +3,7 @@ name: Build and Release
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- 'v*'
|
||||
- "v*"
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@ -15,7 +15,7 @@ jobs:
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: 'stable'
|
||||
go-version: "stable"
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
@ -51,3 +51,4 @@ jobs:
|
||||
-H "Authorization: token ${TOKEN}" \
|
||||
-H "Accept: application/json" \
|
||||
-F "attachment=@./${ASSET}"
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user