Skip to content

Commit

Permalink
Rename publish workflow, always run
Browse files Browse the repository at this point in the history
  • Loading branch information
manics committed Apr 10, 2021
1 parent c402334 commit b2bcf1c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ name: Publish to npm
on:
push:
pull_request:
tags: ["[0-9]+.[0-9]+.[0-9]+*"]

jobs:
publish-npm:
Expand All @@ -19,6 +18,7 @@ jobs:
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm publish
if: startsWith(github.ref, 'refs/tags/')
env:
NODE_AUTH_TOKEN: ${{ secrets.npm_token }}

Expand Down

0 comments on commit b2bcf1c

Please sign in to comment.