Skip to content

Commit

Permalink
test: update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
deimosfr authored May 24, 2024
1 parent 5970b75 commit b433968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
version: latest
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GORELEASER_GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Prepare AUR package
run: |
version=$(awk -F'"' '/ci-version-check/{print $2}' cmd/version.go)
Expand Down

0 comments on commit b433968

Please sign in to comment.