Skip to content

Commit

Permalink
extension version-upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
siyaramblackduck committed Oct 23, 2024
1 parent f5d067f commit 98f10c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/upgrade-extension-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,11 @@ jobs:
git config --local user.name "$(git log -n 1 --pretty=format:%an)"
git config --local user.email "$(git log -n 1 --pretty=format:%ae)"
git checkout -b extension_version_update
git pull origin extension_version_update --rebase || true
git pull origin extension_version_update
cd synopsys-task
npm i
npm run all
cd ../
git add .
git commit -m "upgrade extension version to ${{ env.NEW_VERSION }} [skip ci]"
git push origin extension_version_update --force
Expand Down

0 comments on commit 98f10c5

Please sign in to comment.