Skip to content

Commit

Permalink
Fix nfpm version
Browse files Browse the repository at this point in the history
  • Loading branch information
inverse committed Dec 23, 2024
1 parent 661f64c commit 00076ab
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:
- name: Setup nfpm
uses: supplypike/setup-bin@v4
with:
uri: 'https://github.com/goreleaser/nfpm/releases/download/v${{ env.NFPM_VERSION }}/nfpm_${{ env.NFPM_VERSION }}_Linux_x86_64.tar.gz'
uri: 'https://github.com/goreleaser/nfpm/releases/download/v${{ steps.get-nfpm-version.outputs.value }}/nfpm_${{ steps.get-nfpm-version.outputs.value }}_Linux_x86_64.tar.gz'
name: 'nfpm'
version: '${{ steps.get-nfpm-version.outputs.value }}'
- name: Setup fury
Expand Down

0 comments on commit 00076ab

Please sign in to comment.