chore: cleanup release.yaml

This commit is contained in:
koru 2026-06-13 15:12:38 +00:00 committed by nekohepott
parent 04e3749434
commit 389dbeff56
No known key found for this signature in database

View File

@ -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}"