Skip to content

Update stable to match master #20

Update stable to match master

Update stable to match master #20

name: Publish Release
on:
push:
branches:
- stable
jobs:
publish_amd64:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- 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: candidate