Skip to content

Merge pull request #19 from lemonade-sdk/lemonade-desktop-stable #21

Merge pull request #19 from lemonade-sdk/lemonade-desktop-stable

Merge pull request #19 from lemonade-sdk/lemonade-desktop-stable #21

Workflow file for this run

name: Snap Publish Release
on:
push:
workflow_dispatch:
jobs:
build-stable:
runs-on: ubuntu-24.04
if: github.ref == 'refs/heads/stable' # Run only for the 'stable' branch
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-tags: true
- uses: canonical/action-build@v1.3.0
id: build
- uses: snapcore/action-publish@v1
env:
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.STORE_LOGIN }}
with:
snap: ${{ steps.build.outputs.snap }}
release: candidate