Update release.yaml
This commit is contained in:
parent
f5b9f7233f
commit
19a6a0c9eb
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue