Skip to content

Commit

Permalink
Fixed npm token (#4)
Browse files Browse the repository at this point in the history
Also added `.npmignore` file
  • Loading branch information
Bullrich authored May 4, 2024
1 parent 38da310 commit 8776432
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
env:
CI: true

permissions:
id-token: write

jobs:
publish:
name: Build & Publish to NPM
Expand Down
3 changes: 3 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
node_modules
src
docs

0 comments on commit 8776432

Please sign in to comment.