File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1717 git config --global user.name "SDK Releaser Bot"
1818 git config --global user.email "[email protected] " 1919
20- .github /trigger_script.sh
20+ scripts /trigger_script.sh
2121
File renamed without changes.
Original file line number Diff line number Diff line change 44for file in $( git diff --name-only HEAD~1..HEAD | grep pyproject.toml) ; do
55 # Extract the current version and buikd the expected tag
66 dirpath=$( dirname $file )
7- expected_tag=$( .github /helper.sh $dirpath --path-version)
8- version=$( .github /helper.sh $dirpath )
7+ expected_tag=$( scripts /helper.sh $dirpath --path-version)
8+ version=$( scripts /helper.sh $dirpath )
99 # Check if the tag already exists
1010 if git rev-parse --verify $expected_tag ^{tag} & > /dev/null; then
1111 echo " Tag '$expected_tag ' already exists."
You can’t perform that action at this time.
0 commit comments