ci: Build snap on snapcraft again and only promote from ci
This commit is contained in:
parent
1ec042847b
commit
7c0d9a0b96
2 changed files with 21 additions and 34 deletions
15
.github/workflows/main_deploy.yaml
vendored
15
.github/workflows/main_deploy.yaml
vendored
|
|
@ -78,18 +78,3 @@ jobs:
|
|||
bundle update fastlane
|
||||
bundle exec fastlane deploy_internal_test
|
||||
cd ..
|
||||
|
||||
deploy_snap:
|
||||
runs-on: ubuntu-latest
|
||||
outputs:
|
||||
snap-file: ${{ steps.build-snap.outputs.snap }}
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: snapcore/action-build@v1
|
||||
id: build-snap
|
||||
- uses: snapcore/action-publish@v1
|
||||
env:
|
||||
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_TOKEN }}
|
||||
with:
|
||||
snap: ${{ steps.build-snap.outputs.snap }}
|
||||
release: 'edge'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue