Skip to content

Commit

Permalink
fix: update vss-extension-dev.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
Siyaram Meena committed Jul 11, 2024
1 parent 63fc9c2 commit f735550
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,12 @@ jobs:
git config --local user.email "github-actions[bot]@users.noreply.github.com"
git checkout -b automatic_version_update
git add vss-extension-dev.json
git commit -m "update extension version"
git commit -m "update extension version [skip ci]"
git push origin automatic_version_update
echo gh --version
gh pr create --base main --head automatic_version_update --title "pr test" --body "Created by Github action" --fill
gh pr merge --merge --subject "automated pr merge" --body " merging automated pr changes"
git branch -d automatic_version_update
gh pr merge --merge --subject "automated pr merge" --body " merging automated pr changes" --delete-branch
# git branch -d automatic_version_update

# - name: Install dependencies
# run: cd synopsys-task && npm ci
Expand Down

0 comments on commit f735550

Please sign in to comment.