Skip to content

Commit

Permalink
fixes tag publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
hediet committed Jan 28, 2025
1 parent 8bbbd94 commit 186aa40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- run: yarn lint
- run: yarn run-script build-and-publish
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VSCE_PAT: ${{ secrets.MARKETPLACE_TOKEN }}
GITHUB_RUN_NUMBER: ${{ github.run_number }}
- name: Upload Artifacts
Expand Down

0 comments on commit 186aa40

Please sign in to comment.