Skip to content

Commit

Permalink
chore: fix npm publish action, fix commit_pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
ilfa committed Apr 6, 2022
1 parent 2bdb4d5 commit 4a61567
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ jobs:
- name: Run tests
run: yarn test
- name: Publish if version has been updated
uses: pascalgn/npm-publish-action@1.3.8
uses: pascalgn/npm-publish-action@e05dd3cd13412801d978714d8eac1cb922826da1
with:
tag_name: "v%s"
tag_message: "v%s"
commit_pattern: "^Release (\\S+)"
commit_pattern: "^v?(\\d+\\.\\d+\\.\\d+(?:-(?:alpha|beta)\\.\\d+)?)$"
publish_command: "yarn"
publish_args: "--non-interactive --access=public --new-version"
env:
Expand Down

0 comments on commit 4a61567

Please sign in to comment.