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 8529f98 commit acd652fCopy full SHA for acd652f
.github/workflows/go.yml
@@ -90,7 +90,7 @@ jobs:
90
if: github.ref_type == 'branch' && github.ref == 'refs/heads/dev'
91
uses: snapcore/action-publish@v1
92
env:
93
- SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAP_STORE_LOGIN }}
+ SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_STORE_CREDENTIALS }}
94
with:
95
snap: ${{ steps.snap.outputs.snap }}
96
release: edge
@@ -99,7 +99,7 @@ jobs:
99
if: github.ref_type == 'tag' && startsWith(github.ref, 'refs/tags/v')
100
101
102
103
104
105
release: stable
0 commit comments