8000 fix: fix snap publish pipeline (#196) · coder/packages@38e4d6f · GitHub
[go: up one dir, main page]

Skip to content

Commit 38e4d6f

Browse files
authored
fix: fix snap publish pipeline (#196)
1 parent 7a0717f commit 38e4d6f

File tree

1 file changed

+2
-2
li 8000 nes changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-snaps.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@ jobs:
5959
6060
- uses: snapcore/action-build@v1
6161
id: build
62-
if: ${{ steps.metadata.outputs.release_channel == 'mainline' }}
62+
if: ${{ steps.metadata.outputs.release_channel == 'candidate' }}
6363

6464
- uses: snapcore/action-publish@v1
65-
if: ${{ steps.metadata.outputs.release_channel == 'mainline' }}
65+
if: ${{ steps.metadata.outputs.release_channel == 'candidate' }}
6666
env:
6767
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_TOKEN }}
6868
with:

0 commit comments

Comments
 (0)
0