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 1d7b587 commit 5f28dd2Copy full SHA for 5f28dd2
.github/trigger_script.sh
@@ -2,7 +2,7 @@
2
3
# Check all pyproject.toml files that have changed
4
for file in $(git diff --name-only HEAD~1..HEAD | grep pyproject.toml); do
5
- # Extract the current version and buikd the expected tag
+ # Extract the current version and build the expected tag
6
dirpath=$(dirname $file)
7
expected_tag=$(.github/helper.sh $dirpath --path-version)
8
version=$(.github/helper.sh $dirpath)
0 commit comments