fix(ci/build): 暫時不要登入 (#1452)

目前 YPM 的 snapcraft_token 似乎失效了?
This commit is contained in:
pan93412 2022-03-28 17:57:17 +08:00 committed by GitHub
parent 5ff8868d3e
commit fe660cf1a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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