this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(ci): correct snapcore/action-publish SHA pin

+1 -1
+1 -1
.github/workflows/publish.yml
··· 78 78 79 79 - name: Publish to Snap Store 80 80 if: github.event_name == 'release' || github.event_name == 'workflow_dispatch' 81 - uses: snapcore/action-publish@214b86e5ca036ead1668c79571f947af2ee6e1d3 # v1.2.0 81 + uses: snapcore/action-publish@214b86e5ca036ead1668c79afb81e550e6c54d40 # v1.2.0 82 82 env: 83 83 SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_STORE_CREDENTIALS }} 84 84 with: