We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 661f64c commit 00076abCopy full SHA for 00076ab
.github/workflows/release.yml
@@ -34,7 +34,7 @@ jobs:
34
- name: Setup nfpm
35
uses: supplypike/setup-bin@v4
36
with:
37
- 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'
38
name: 'nfpm'
39
version: '${{ steps.get-nfpm-version.outputs.value }}'
40
- name: Setup fury
0 commit comments