Skip to content

Commit

Permalink
Fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
inverse committed May 22, 2023
1 parent 5ed7fcd commit 91e7b00
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 @@ -28,7 +28,7 @@ jobs:
with:
uri: 'https://github.com/goreleaser/nfpm/releases/download/v${{ env.NFPM_VERSION }}/nfpm_${{ env.NFPM_VERSION }}_Linux_x86_64.tar.gz'
name: 'nfpm'
version: ${{ env.NFPM_VERSION }}'
version: '${{ env.NFPM_VERSION }}'
- name: Setup fury
uses: supplypike/setup-bin@v3
with:
Expand Down

0 comments on commit 91e7b00

Please sign in to comment.