Skip to content

Commit

Permalink
Fix missing '22' in the new snap core22 workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MirkoFerrati authored Sep 20, 2023
1 parent 23c2d8c commit 560644a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/snap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,5 @@ jobs:
env:
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.STORE_LOGIN }}
with:
snap: ${{needs.build.outputs.snap-file}}
snap: ${{needs.build22.outputs.snap-file}}
release: humble/${{ startsWith(github.ref, 'refs/tags/') && 'candidate' || 'edge'}}

0 comments on commit 560644a

Please sign in to comment.