Skip to content

Commit

Permalink
use npm publish directly
Browse files Browse the repository at this point in the history
  • Loading branch information
jesseditson committed Jun 10, 2024
1 parent 6b7cadd commit 3ce78e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
- uses: actions/checkout@v3
- run: npm ci
- run: npm run build
- uses: tobua/release-npm-action@v3
with:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 3ce78e4

Please sign in to comment.