Skip to content

Commit db2f173

Browse files
committed
fix(ci): update nfpm version to 2.44.1
1 parent 9f6a694 commit db2f173

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121

122122
- name: Install nfpm
123123
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
124+
curl -sfL https://github.com/goreleaser/nfpm/releases/download/v2.44.1/nfpm_2.44.1_linux_amd64.tar.gz | tar xz -C /tmp
125125
sudo mv /tmp/nfpm /usr/local/bin/
126126
127127
- name: Create nfpm config

0 commit comments

Comments
 (0)