Skip to content

Commit 633567e

Browse files
Update release.yml
1 parent 20b0f34 commit 633567e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
if: matrix.os == 'ubuntu-22.04' && startsWith(github.ref, 'refs/tags/')
8686
run: snapcraft upload $(find out/make/snap/x64/ -name "swach_*_amd64.snap") --release latest/stable
8787
env:
88-
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.snapcraft_token }}
88+
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_TOKEN }}
8989
# - name: Make Apple arm64
9090
# if: matrix.os == 'macos-11.0' && startsWith(github.ref, 'refs/tags/')
9191
# run: pnpm make --arch=arm64

0 commit comments

Comments
 (0)