Skip to content

Commit

Permalink
Merge pull request #17 from lpm0073/next
Browse files Browse the repository at this point in the history
fix: create the file, append to the file
  • Loading branch information
lpm0073 authored Nov 28, 2023
2 parents 2226c42 + 7f2b4d3 commit 1e02735
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 1e02735

Please sign in to comment.