Skip to content

Commit

Permalink
added debug
Browse files Browse the repository at this point in the history
  • Loading branch information
alexqfredrickson committed May 6, 2024
1 parent 2b4cc29 commit 111845d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/version-release-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
NEW_VERSION=${{ github.event.inputs.new-version }}
OLD_VERSION=$(grep -o 'version\s=\s\".*\"' pyproject.toml)
echo $NEW_VERSION
echo $OLD_VERSION
if [ "$NEW_VERSION" != "$OLD_VERSION" ]; then
sed -i "s/^version\s*=.*/version = \"$NEW_VERSION\"/" pyproject.toml
cat pyproject.toml
Expand Down

0 comments on commit 111845d

Please sign in to comment.