Update release.yaml

This commit is contained in:
Boshi Lian 2023-08-13 07:21:30 -07:00 committed by GitHub
parent 502249d275
commit 93475862b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -76,6 +76,9 @@ jobs:
run: |
set -e
sudo snap install snapcraft --classic
# https://github.com/goreleaser/goreleaser/pull/2117
mkdir -p $HOME/.cache/snapcraft/download
mkdir -p $HOME/.cache/snapcraft/stage-packages
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4