Skip to content

Commit

Permalink
ci: Add --debug flag to debug publishing
Browse files Browse the repository at this point in the history
Fails at the moment
  • Loading branch information
SevInf committed Jun 21, 2024
1 parent 0f83b9c commit f68a0bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/7_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
token: ${{ secrets.PRISMA_BOT_TOKEN }}

- name: Publish vsix to open-vsx.org
run: cd packages/vscode && npx ovsx publish ${{github.workspace}}/${{ github.event.inputs.asset_name }} --pat ${{ secrets.OPEN_VSX_ACCESS_TOKEN }}
run: cd packages/vscode && npx ovsx --debug publish ${{github.workspace}}/${{ github.event.inputs.asset_name }} --pat ${{ secrets.OPEN_VSX_ACCESS_TOKEN }}

- name: 'Set current job url in SLACK_FOOTER env var'
if: ${{ always() }}
Expand Down

0 comments on commit f68a0bc

Please sign in to comment.