Skip to content

Commit

Permalink
Revert the nightly build workflow to use v1 of the publish action.
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivier Tilloy committed Aug 22, 2022
1 parent 8fef03a commit fea67d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: ./.github/scripts/extract-current-version.sh
- uses: snapcore/action-build@v1
id: build-new-snap-nightly
- uses: snapcore/action-publish@master
- uses: snapcore/action-publish@v1
env:
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPSTORE_LOGIN }}
with:
Expand Down

0 comments on commit fea67d1

Please sign in to comment.