mirror of
https://github.com/VSCodium/vscodium.git
synced 2024-12-13 22:43:14 +03:00
fix(snap): use master branch to publish (#1130)
This commit is contained in:
parent
c4583ad3f0
commit
2b190dfe51
4
.github/workflows/linux.yml
vendored
4
.github/workflows/linux.yml
vendored
@ -140,7 +140,9 @@ jobs:
|
||||
if: env.SHOULD_DEPLOY == 'yes'
|
||||
|
||||
|
||||
- uses: snapcore/action-publish@v1
|
||||
- uses: snapcore/action-publish@master
|
||||
env:
|
||||
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAP_STORE_LOGIN }}
|
||||
with:
|
||||
snap: ${{ steps.build.outputs.snap }}
|
||||
release: stable
|
||||
|
Loading…
Reference in New Issue
Block a user