Skip to content

Commit 5f28dd2

Browse files
Update .github/trigger_script.sh
Co-authored-by: Diogo Ferrão <[email protected]>
1 parent 1d7b587 commit 5f28dd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/trigger_script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Check all pyproject.toml files that have changed
44
for file in $(git diff --name-only HEAD~1..HEAD | grep pyproject.toml); do
5-
# Extract the current version and buikd the expected tag
5+
# Extract the current version and build the expected tag
66
dirpath=$(dirname $file)
77
expected_tag=$(.github/helper.sh $dirpath --path-version)
88
version=$(.github/helper.sh $dirpath)

0 commit comments

Comments
 (0)