Skip to content

Commit

Permalink
version fix
Browse files Browse the repository at this point in the history
  • Loading branch information
microtechno9000 committed Jun 27, 2024
1 parent 32446ea commit 2d907a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/version_bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
git config --local user.email "github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
git commit -m "[Automated] Increment Version from $CURRENT_VERSION to $NEW_VERSION"
git push origin
git push
- name: Comment on PR
if: env.VERSION_UPDATED == 'false'
Expand Down

0 comments on commit 2d907a6

Please sign in to comment.