Skip to content

Release Snaps

Release Snaps #1

name: Release Snaps
on:
workflow_dispatch:
push:
tags:
- 'v3*'
jobs:
build-and-release-jimmctl:
uses: ./.github/workflows/snap-release.yaml
with:
folder: jimmctl
release-channel: 3/edge
secrets: inherit
build-and-release-jaas-plugin:
uses: ./.github/workflows/snap-release.yaml
with:
folder: jaas
release-channel: 3/edge
secrets: inherit
build-and-release-jimm-server:
uses: ./.github/workflows/snap-release.yaml
with:
jobs: build # Only build, this snap isn't released to snapcraft

Check failure on line 27 in .github/workflows/release-snaps.yaml

View workflow run for this annotation

GitHub Actions / Release Snaps

Invalid workflow file

The workflow is not valid. .github/workflows/release-snaps.yaml (Line: 27, Col: 13): Invalid input, jobs is not defined in the referenced workflow.
folder: jimm
release-channel: 3/edge # Not used for this snap
secrets: inherit