Skip to content

Commit

Permalink
Try again with permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
sagebind committed May 2, 2020
1 parent f543747 commit ad7bd6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

- name: Build VSIX package
run: |
npm install -g vsce
sudo npm install -g vsce
vsce package -o mathpad.vsix
- name: Upload VSIX package
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ jobs:

- name: Publish to Marketplace
run: |
npm install -g vsce
sudo npm install -g vsce
vsce publish -p ${{ secrets.AZURE_DEVOPS_TOKEN }}

0 comments on commit ad7bd6a

Please sign in to comment.