Skip to content

Commit

Permalink
fix the publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
prasanaworld committed Oct 27, 2024
1 parent 9962380 commit 257ad0f
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
permissions:
contents: read
id-token: write
steps:

steps:
- uses: actions/[email protected]

Expand All @@ -25,13 +25,8 @@ jobs:

- run: yarn add [email protected]

- run: yarn run build

- run: yarn run test

- uses: actions/checkout@v4
- run: yarn run prepare-release

- run: npm ci
- run: npm publish --provenance --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 257ad0f

Please sign in to comment.