From fe660cf1a9646a2846b71c4f6d10aefffcab6386 Mon Sep 17 00:00:00 2001 From: pan93412 Date: Mon, 28 Mar 2022 17:57:17 +0800 Subject: [PATCH] =?UTF-8?q?fix(ci/build):=20=E6=9A=AB=E6=99=82=E4=B8=8D?= =?UTF-8?q?=E8=A6=81=E7=99=BB=E5=85=A5=20(#1452)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 目前 YPM 的 snapcraft_token 似乎失效了? --- .github/workflows/build.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index a604088..e28aa0d 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -39,8 +39,9 @@ jobs: - name: Install Snapcraft (on Ubuntu) uses: samuelmeuli/action-snapcraft@v1 if: startsWith(matrix.os, 'ubuntu') - with: - snapcraft_token: ${{ secrets.snapcraft_token }} + # with: + # Disable since the Snapcraft token is currently not working + # snapcraft_token: ${{ secrets.snapcraft_token }} - name: Build/release Electron app uses: samuelmeuli/action-electron-builder@v1.6.0