Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
felixSchober committed Nov 10, 2020
2 parents 11596fc + cc86f26 commit 858875c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:

- name: publish to marketplace
if: github.ref == 'refs/heads/master'
run: npm run deploy ${{ env.PAT }}
run: npm run deploy ${{ secrets.PAT }}

- name: create a release
if: github.ref == 'refs/heads/master'
Expand Down

0 comments on commit 858875c

Please sign in to comment.