ci: Build edge snaps on GitHub & release to store

This commit is contained in:
Maximilian Federle
2021-11-20 15:14:17 +01:00
committed by Laurent Trinques
parent 5055e93114
commit 8c09399804

21
.github/workflows/publish-edge-snap.yml vendored Normal file
View File

@@ -0,0 +1,21 @@
name: Publish Edge Snap
on:
push:
branches:
- master
jobs:
publish_amd64:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: snapcore/action-build@v1
id: build
with:
snapcraft-args: --enable-experimental-extensions
- uses: snapcore/action-publish@v1
with:
store_login: ${{ secrets.STORE_LOGIN }}
snap: ${{ steps.build.outputs.snap }}
release: edge