Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
echo-bravo-yahoo committed Oct 22, 2024
1 parent 47dfe0e commit fc1620d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 22.x
registry-url: https://registry.npmjs.org/
registry-url: 'https://registry.npmjs.org'
cache: 'npm'
- run: npm ci
- run: npm run bump
Expand All @@ -33,4 +33,4 @@ jobs:
file_pattern: 'package.json'
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit fc1620d

Please sign in to comment.