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 98f10c5 commit 3fabaea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upgrade-extension-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ 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
git pull origin extension_version_update --rebase || true
cd synopsys-task
npm i
npm run all
Expand Down

0 comments on commit 3fabaea

Please sign in to comment.