Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit38e4d6f

Browse files
authored
fix: fix snap publish pipeline (#196)
1 parent7a0717f commit38e4d6f

File tree

1 file changed

+2
-2
lines 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)

[8]ページ先頭

©2009-2025 Movatter.jp