mirror of
https://github.com/smartfrigde/armcord.git
synced 2024-08-14 23:56:58 +00:00
Remove name value for snap publish action
This commit is contained in:
parent
8aac607f8f
commit
cb7067fd1a
1 changed files with 184 additions and 185 deletions
1
.github/workflows/dev.yml
vendored
1
.github/workflows/dev.yml
vendored
|
@ -70,7 +70,6 @@ jobs:
|
||||||
- name: Build
|
- name: Build
|
||||||
run: npm run build && electron-builder --linux snap --config.snap.grade=devel
|
run: npm run build && electron-builder --linux snap --config.snap.grade=devel
|
||||||
|
|
||||||
- name: Publish
|
|
||||||
- uses: snapcore/action-publish@v1
|
- uses: snapcore/action-publish@v1
|
||||||
env:
|
env:
|
||||||
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAP_STORE_LOGIN }}
|
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAP_STORE_LOGIN }}
|
||||||
|
|
Loading…
Reference in a new issue