Skip to content

Commit

Permalink
fix: set GH_TOKEN when adding artifact to release
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric committed Mar 8, 2024
1 parent dab0463 commit 8ef750e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:

- name: 📋 Add package to release
run: gh release upload ${{ github.ref_name }} vscode-expo-${{ github.ref_name }}.vsix
env:
GH_TOKEN: ${{ github.token }}

vscode-marketplace:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8ef750e

Please sign in to comment.