Skip to content

Commit

Permalink
fix: delivery.yml syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
marabesi committed Oct 30, 2021
1 parent 718100d commit 08dab15
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,21 +31,21 @@ jobs:
run: npm run package

- name: publish snap edge
- uses: snapcore/action-publish@v1
uses: snapcore/action-publish@v1
with:
store_login: ${{ secrets.STORE_LOGIN }}
snap: "dist/json-tool_${{ github.event.inputs.version }}_amd64.snap"
release: edge

- name: publish snap beta
- uses: snapcore/action-publish@v1
uses: snapcore/action-publish@v1
with:
store_login: ${{ secrets.STORE_LOGIN }}
snap: "dist/json-tool_${{ github.event.inputs.version }}_amd64.snap"
release: beta

- name: publish snap candidate
- uses: snapcore/action-publish@v1
uses: snapcore/action-publish@v1
with:
store_login: ${{ secrets.STORE_LOGIN }}
snap: "dist/json-tool_${{ github.event.inputs.version }}_amd64.snap"
Expand Down

0 comments on commit 08dab15

Please sign in to comment.