Skip to content

Commit

Permalink
Merge pull request #109 from oddstr13:pr-release-next-workflows-5
Browse files Browse the repository at this point in the history
Best open the quotes you close
  • Loading branch information
oddstr13 authored Sep 23, 2023
2 parents 917c04f + 8833e76 commit 12113ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-next-create-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Update version
run: |
TAG="${{ needs.draft.outputs.tag_name }}"
NEXT_VERSION=${TAG#v}"
NEXT_VERSION="${TAG#v}"
sed -i -e 's/^__version__ *=.*$/__version__ = "'"${NEXT_VERSION}"'"/' jprm/__init__.py
git add jprm/__init__.py
Expand Down

0 comments on commit 12113ec

Please sign in to comment.