Skip to content

Commit

Permalink
fix(go releaser hacks):
Browse files Browse the repository at this point in the history
  • Loading branch information
stvnksslr committed Oct 1, 2024
1 parent 6d47449 commit 70091ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ jobs:
path: target/${{ matrix.platform.target }}/release/${{ env.BIN_NAME }}${{ contains(matrix.platform.target, 'windows') && '.exe' || '' }}
retention-days: 1


release:
name: Release
needs: [ build ]
Expand All @@ -119,4 +120,4 @@ jobs:
# Run goreleaser and ignore non-committed files (downloaded artifacts)
args: release --clean --skip=validate
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN_RUST_CROSS }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 70091ed

Please sign in to comment.