diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 6214bb4d..6bf1d7bd 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -76,8 +76,6 @@ jobs: run: | set -e sudo snap install snapcraft --classic - echo $SNAP_SECRET | base64 -d > /tmp/secret - snap run snapcraft login --with /tmp/secret # https://github.com/goreleaser/goreleaser/pull/2117 mkdir -p $HOME/.cache/snapcraft/download mkdir -p $HOME/.cache/snapcraft/stage-packages @@ -91,7 +89,7 @@ jobs: env: # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SKIP_PUSH: ${{ github.event_name != 'release' }} - # SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_STORE_CREDENTIALS }} + SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_STORE_CREDENTIALS }} - name: Upload binaries to release env: