1 Commits

Author SHA1 Message Date
s1d3sw1ped_bot 5b2affec8d ci: Bump tag-release golangci-lint to v8
CI / Build (pull_request) Successful in 38s
CI / Lint (pull_request) Successful in 42s
CI / Test (pull_request) Successful in 59s
2026-09-02 02:23:24 +00:00
+5 -2
View File
@@ -67,6 +67,8 @@ jobs:
name: Build versioned release
needs: [lint, test]
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v4
@@ -118,9 +120,10 @@ jobs:
name: swiped-mod-switcher-${{github.ref_name}}-${{github.run_number}}
path: bin/
# Prefer built-in job token (Eva): gitea-release-action@v1 defaults to
# github.token / GITEA_TOKEN — no RELEASE_TOKEN / GIT_PACKAGES_TOKEN.
- name: Release binaries
uses: https://gitea.com/actions/release-action@main
uses: https://gitea.com/actions/gitea-release-action@v1
with:
files: |-
bin/**
api_key: '${{secrets.RELEASE_TOKEN}}'