Skip to content

Commit

Permalink
Merge pull request #473 from holomekc/ci/fix-missing-npm-token
Browse files Browse the repository at this point in the history
ci: fix missing npm token
  • Loading branch information
holomekc authored Jan 14, 2025
2 parents 5753430 + 23fb89e commit a5c8c55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:

env:
FORCE_COLOR: 1
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

# Cancel previous PR/branch runs when a new commit is pushed
concurrency:
Expand Down

0 comments on commit a5c8c55

Please sign in to comment.