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: on:
push: push:
tags: tags:
- 'v*' - "v*"
jobs: jobs:
build: build:
@ -15,7 +15,7 @@ jobs:
- name: Set up Go - name: Set up Go
uses: actions/setup-go@v5 uses: actions/setup-go@v5
with: with:
go-version: 'stable' go-version: "stable"
- name: Install dependencies - name: Install dependencies
run: | run: |
@ -51,3 +51,4 @@ jobs:
-H "Authorization: token ${TOKEN}" \ -H "Authorization: token ${TOKEN}" \
-H "Accept: application/json" \ -H "Accept: application/json" \
-F "attachment=@./${ASSET}" -F "attachment=@./${ASSET}"