Skip to content

Commit

Permalink
Update npm-publish.yml (release)
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-chervet authored Nov 21, 2023
1 parent ec30c3c commit 5402d1d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ on:
env:
PNPM_VERSION: 8.6.11
NODE_VERSION: 18

permissions:
contents: write
jobs:
skip_ci:
runs-on: ubuntu-latest
Expand All @@ -26,8 +29,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 5402d1d

Please sign in to comment.