8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a0717f commit 38e4d6fCopy full SHA for 38e4d6f
.github/workflows/publish-snaps.yaml
@@ -59,10 +59,10 @@ jobs:
59
60
- uses: snapcore/action-build@v1
61
id: build
62
- if: ${{ steps.metadata.outputs.release_channel == 'mainline' }}
+ if: ${{ steps.metadata.outputs.release_channel == 'candidate' }}
63
64
- uses: snapcore/action-publish@v1
65
66
env:
67
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_TOKEN }}
68
with:
0 commit comments