Skip to content

Commit

Permalink
fix the bug not run version up script.
Browse files Browse the repository at this point in the history
  • Loading branch information
tamada committed Nov 19, 2023
1 parent a212a0d commit 7bff9a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/versionup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Version up
id: updating_version
run:
(bash ./.bin/update_version.sh ${{ steps.vars.outputs.tag }} && git commit -a -m "update version to ${{ steps.vars.outputs.tag }}, ready to publish v${{ steps.vars.outputs.tag }}") || true
(bash ./.bin/update-version.sh ${{ steps.vars.outputs.tag }} && git commit -a -m "update version to ${{ steps.vars.outputs.tag }}, ready to publish v${{ steps.vars.outputs.tag }}") || true

- name: Push branch
uses: ad-m/github-push-action@master
Expand Down

0 comments on commit 7bff9a0

Please sign in to comment.