Skip to content

Commit

Permalink
Revert the daily build workflow to use v1 of the publish action.
Browse files Browse the repository at this point in the history
  • Loading branch information
oSoMoN authored and Olivier Tilloy committed Aug 22, 2022
1 parent 0d3b17d commit 5732f3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/daily-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
ref: main
- uses: snapcore/action-build@v1
id: build-new-snap-daily
- uses: snapcore/action-publish@master
- uses: snapcore/action-publish@v1
env:
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPSTORE_LOGIN }}
with:
Expand Down

0 comments on commit 5732f3f

Please sign in to comment.