Skip to content

Commit 00076ab

Browse files
committed
Fix nfpm version
1 parent 661f64c commit 00076ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Setup nfpm
3535
uses: supplypike/setup-bin@v4
3636
with:
37-
uri: 'https://github.com/goreleaser/nfpm/releases/download/v${{ env.NFPM_VERSION }}/nfpm_${{ env.NFPM_VERSION }}_Linux_x86_64.tar.gz'
37+
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'
3838
name: 'nfpm'
3939
version: '${{ steps.get-nfpm-version.outputs.value }}'
4040
- name: Setup fury

0 commit comments

Comments
 (0)