bump to goreleaser action v3
This commit is contained in:
parent
714923dc9d
commit
9af59bc90c
|
|
@ -56,7 +56,7 @@ jobs:
|
||||||
# on your needs.
|
# on your needs.
|
||||||
- name: "make key file"
|
- name: "make key file"
|
||||||
run: "echo '${{ secrets.PACKAGECLOUD_SIGNING_GPG }}' > /tmp/key.gpg"
|
run: "echo '${{ secrets.PACKAGECLOUD_SIGNING_GPG }}' > /tmp/key.gpg"
|
||||||
- uses: goreleaser/goreleaser-action@v2
|
- uses: goreleaser/goreleaser-action@v3
|
||||||
with:
|
with:
|
||||||
# either 'goreleaser' (default) or 'goreleaser-pro':
|
# either 'goreleaser' (default) or 'goreleaser-pro':
|
||||||
distribution: goreleaser-pro
|
distribution: goreleaser-pro
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue