Skip to content

Commit ac6b5bd

Browse files
authored
chore(nfpm): bump to latest version (#5860)
1 parent 0ca6620 commit ac6b5bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Install nfpm and envsubst
5151
run: |
5252
mkdir -p ~/.local/bin
53-
curl -sSfL https://github.com/goreleaser/nfpm/releases/download/v2.3.1/nfpm_2.3.1_`uname -s`_`uname -m`.tar.gz | tar -C ~/.local/bin -zxv nfpm
53+
curl -sSfL https://github.com/goreleaser/nfpm/releases/download/v2.22.2/nfpm_2.22.2_`uname -s`_`uname -m`.tar.gz | tar -C ~/.local/bin -zxv nfpm
5454
curl -sSfL https://github.com/a8m/envsubst/releases/download/v1.1.0/envsubst-`uname -s`-`uname -m` -o envsubst
5555
chmod +x envsubst
5656
mv envsubst ~/.local/bin

0 commit comments

Comments
 (0)