Update release.yaml

This commit is contained in:
Boshi Lian 2023-08-11 06:31:58 -07:00 committed by GitHub
parent f5b9f7233f
commit 19a6a0c9eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -79,8 +79,8 @@ jobs:
set -e
sudo snap install snapcraft --classic
echo $SNAP_SECRET | base64 -d > secret
snap run snapcraft login --with secret
echo $SNAP_SECRET | base64 -d > /tmp/secret
snap run snapcraft login --with /tmp/secret
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4