Skip to content

Commit

Permalink
Update update-version.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
adraismawur authored Dec 12, 2024
1 parent d9c5001 commit bcf01fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
git config user.name "$GITHUB_ACTOR"
git config user.email "[email protected]"
git commit -a -m "Update version number to new_version"
git push origin GITHUB_REF_NAME
git push origin $GITHUB_REF_NAME

0 comments on commit bcf01fc

Please sign in to comment.