Skip to content

Commit

Permalink
tmp comment out check in release
Browse files Browse the repository at this point in the history
  • Loading branch information
mschwoer committed May 31, 2024
1 parent a77e5e8 commit a590a89
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
CURRENT_VERSION=$(./misc/get_current_version.sh)
if [ "v${CURRENT_VERSION}" != "${{ inputs.tag_to_release }}" ]; then
echo Code version "v${CURRENT_VERSION}" does not match the tag to release ${{ inputs.tag_to_release }}
exit 1
fi
echo "new_version=$CURRENT_VERSION" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit a590a89

Please sign in to comment.