Skip to content

Commit

Permalink
Update npm-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-chervet authored Nov 21, 2023
1 parent 2b3e2ac commit ec30c3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
if: needs.skip_ci.outputs.canSkip != 'true' && !github.event.pull_request.head.repo.fork
steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.GIT_TOKEN }}
#with:
# token: ${{ secrets.GIT_TOKEN }}

- name: Determine Alpha, Beta or Release
id: which_tag
Expand Down

0 comments on commit ec30c3c

Please sign in to comment.