Skip to content

Commit

Permalink
bugfix: removed trailing quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
alexqfredrickson committed May 6, 2024
1 parent 2fdf6f9 commit 43193c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/version-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Update pyproject.toml version
id: update-version
run: |
NEW_VERSION=${{ github.event.inputs.new-version }}"
NEW_VERSION=${{ github.event.inputs.new-version }}
sed -i "s/^version\s*=.*/version = \"$NEW_VERSION\"/" pyproject.toml
cat pyproject.toml
git add .
Expand Down

0 comments on commit 43193c1

Please sign in to comment.