Skip to content

Commit

Permalink
测试release
Browse files Browse the repository at this point in the history
  • Loading branch information
wangYX657211334 committed Oct 31, 2024
1 parent 0b9a78b commit 7952994
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ permissions:
contents: write

jobs:
goreleaser:
release:
runs-on: ubuntu-latest
steps:
- name: Set up Go
Expand All @@ -20,6 +20,6 @@ jobs:
- name: Go release
uses: goreleaser/goreleaser-action@v6
with:
args: --snapshot
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 7952994

Please sign in to comment.