Skip to content

Commit

Permalink
Update prepare_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
offtherailz authored Oct 4, 2023
1 parent e5b4a1f commit 1fde830
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prepare_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
# Commit changes
find . -name 'pom.xml' | xargs git add
git add CHAGELOG.md
git add CHANGELOG.md
git commit -m "Version Release ${{ inputs.version }}"
git tag v${{ inputs.version }} # create tag
git push origin ${{ github.ref_name }} --tags
Expand All @@ -96,7 +96,7 @@ jobs:
git checkout -b "${pr_branch_name}"
# Update changelog
update_changelog $LAST_MS_VERSION $NEW_MS_VERSION
git add CHAGELOG.md
git add CHANGELOG.md
git commit -m "Update Changelog for version ${{ inputs.version }}"
git push origin "${pr_branch_name}"
echo "Sending pull request"
Expand Down

0 comments on commit 1fde830

Please sign in to comment.