Skip to content

Commit

Permalink
Merge pull request #271 from Saibamen/fix_commit-message
Browse files Browse the repository at this point in the history
Fix commit-message for `phips28/gh-action-bump-version action`
  • Loading branch information
Saibamen authored Aug 21, 2023
2 parents 843a0b2 + 4a28db2 commit cc616a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-weblibs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
PACKAGEJSON_DIR: ${{ env.WEBLIBS_DIR }}
with:
tag-prefix: WebLibs_
commit-message: 'CI: WebLibs version bump to {{ version }}'
commit-message: 'CI: WebLibs version bump to {{version}}'
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit cc616a7

Please sign in to comment.