Bump pipeline from 1.36.6 to 1.37.5
Bumps pipeline from 1.36.6 to 1.37.5. Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
91e821cb5c
commit
5a1ffe9e4a
|
|
@ -1 +1 @@
|
|||
1.36.6
|
||||
1.37.5
|
||||
|
|
|
|||
|
|
@ -55,6 +55,12 @@ jobs:
|
|||
)
|
||||
|
||||
git add .github/
|
||||
git add .gitignore
|
||||
|
||||
if [ -f scripts/build.sh ]; then
|
||||
git add scripts/build.sh
|
||||
fi
|
||||
|
||||
git checkout -- .
|
||||
|
||||
echo "old-version=${OLD_VERSION}" >> "$GITHUB_OUTPUT"
|
||||
|
|
|
|||
Loading…
Reference in New Issue