Skip to content

Commit

Permalink
npm publish action was updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Gonzalo Lopez committed Apr 26, 2024
1 parent a8355c3 commit cbcc23b
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: NPM Publish Beta
name: NPM Publish

on:
push:
tags: ['*.*.*-beta.*']
tags: [ '*' ]

jobs:
build:
Expand All @@ -25,7 +25,7 @@ jobs:
node-version: 14
registry-url: https://registry.npmjs.org/
- run: npm i
- run: npm publish --tag beta --access public
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

Expand Down

0 comments on commit cbcc23b

Please sign in to comment.