Skip to content

Commit

Permalink
Correct path to vesioning.yml file (#889)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkZH authored Jan 18, 2024
1 parent 6eaacb4 commit 5f21ffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/versioning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
run: |
git config --global user.email "[email protected]"
git config --global user.name "actions-user"
git add versioning.yml
git add lib/versioning.yml
git commit -m "Auto update version to ${{ steps.new-version.outputs.new_version }}"
git push origin HEAD:master

0 comments on commit 5f21ffa

Please sign in to comment.