Skip to content

Commit

Permalink
Update publish-now.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tbeseda committed Jan 26, 2024
1 parent c83f862 commit b856f8b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-now.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: npm publish
on: [ push, pull_request]

jobs:
test:
publish-now:
runs-on: ubuntu-latest

steps:
Expand All @@ -25,8 +25,8 @@ jobs:
- run: npm i

- run: npm test:module
- run: npm run test:module

- run: npm publish --tag RC --access public
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit b856f8b

Please sign in to comment.