Skip to content

Commit

Permalink
release: v0.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
beni69 committed Aug 4, 2023
1 parent d8c7f5e commit 7083a37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ jobs:
- name: Publish
run: |
npm config set provenance true
if git log -1 --pretty=%B | grep "^release: v?[0-9]\+\.[0-9]\+\.[0-9]\+$";
if git log -1 --pretty=%B | grep "^release: v\?[0-9]\+\.[0-9]\+\.[0-9]\+$";
then
echo "//registry.npmjs.org/:_authToken=$NPM_AUTH_TOKEN" >> ~/.npmrc
npm publish --access public
Expand Down

0 comments on commit 7083a37

Please sign in to comment.