We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f6a694 commit db2f173Copy full SHA for db2f173
.github/workflows/release.yaml
@@ -121,7 +121,7 @@ jobs:
121
122
- name: Install nfpm
123
run: |
124
- curl -sfL https://github.com/goreleaser/nfpm/releases/download/v2.41.1/nfpm_2.41.1_linux_amd64.tar.gz | tar xz -C /tmp
+ curl -sfL https://github.com/goreleaser/nfpm/releases/download/v2.44.1/nfpm_2.44.1_linux_amd64.tar.gz | tar xz -C /tmp
125
sudo mv /tmp/nfpm /usr/local/bin/
126
127
- name: Create nfpm config
0 commit comments