Skip to content

Commit

Permalink
Merge branch 'main' into next-major
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 28, 2023
2 parents 39697dc + 1e02735 commit 030c0b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/semanticVersionBumpMerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
id: update_version
run: |
echo "# -*- coding: utf-8 -*-" > __version__.py
echo "__version__ = '${{ env.NEXT_VERSION }}'" > __version__.py
echo "__version__ = '${{ env.NEXT_VERSION }}'" >> __version__.py
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
git add __version__.py
Expand Down

0 comments on commit 030c0b9

Please sign in to comment.