Skip to content

Commit

Permalink
Update nightly workflow to fix publication to the snap store.
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivier Tilloy committed Jun 16, 2022
1 parent 127c168 commit a5dc18c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@ jobs:
run: ./.github/scripts/extract-current-version.sh
- uses: snapcore/action-build@v1
id: build-new-snap-nightly
- uses: snapcore/action-publish@v1
- uses: snapcore/action-publish@master
env:
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPSTORE_LOGIN }}
with:
store_login: ${{ secrets.SNAPSTORE_LOGIN }}
snap: ${{ steps.build-new-snap-nightly.outputs.snap }}
release: edge
- name: Install the marionette driver
Expand Down

0 comments on commit a5dc18c

Please sign in to comment.