Skip to content

Commit

Permalink
@W-14093602@: Fixed typo in script.
Browse files Browse the repository at this point in the history
  • Loading branch information
jfeingold35 committed Oct 11, 2023
1 parent 99fc65a commit 59c1d4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
- name: Display downloaded VSIX
run: ls -R ./extensions
- name: Publish the VSIX
run: find ./extensions -type f -name "*.vsix" -exec osvx publish {} -p ${{ env.OSVX_PAT }} \;
run: find ./extensions -type f -name "*.vsix" -exec npx osvx publish {} -p ${{ env.OSVX_PAT }} \;
- run: echo "SUCCESSFULLY PUBLISHED"


0 comments on commit 59c1d4a

Please sign in to comment.