Skip to content

Commit

Permalink
ADD: new token
Browse files Browse the repository at this point in the history
  • Loading branch information
9and3 committed Apr 17, 2024
1 parent 371f83f commit d212ac8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,8 @@ jobs:

- name: Publish to VSCode Marketplace
run: |
vsce publish -p ${{ secrets.AZURE_OP_TOKEN }}
$VSCE_FILE=$(ls VSCode\scriptsync\*.vsix)
vsce publish -p ${{ secrets.AZURE_OP_TOKEN }} --packagePath $VSCE_FILE
working-directory: .\VSCode\scriptsync

- name: Verify the VSCode Marketplace package
Expand Down

0 comments on commit d212ac8

Please sign in to comment.