We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09d2263 commit 110fda0Copy full SHA for 110fda0
.github/trigger_script.sh
@@ -12,6 +12,6 @@ for file in $(git diff --name-only HEAD~1..HEAD | grep pyproject.toml); do
12
else
13
echo "Tag '$expected_tag' does not exist. Creating new tag to trigger release."
14
git tag -a $expected_tag -m "Release $version"
15
- #git push origin tag $expected_tag
+ git push origin tag $expected_tag
16
fi
17
done
0 commit comments