Skip to content

Commit

Permalink
test auto publish circleci #72
Browse files Browse the repository at this point in the history
  • Loading branch information
nodayoshikazu committed Apr 19, 2023
1 parent 2d4a021 commit 8543495
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ jobs:
trigger-circleci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: copapow/version-bump-package@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
- uses: EndBug/add-and-commit@v7
with:
branch: master
message: 'Bump package version'

- name: bitmark-grammar-push-action
id: bp001
uses: CircleCI-Public/[email protected]
Expand Down

0 comments on commit 8543495

Please sign in to comment.