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 26ed773 commit 33e5499
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ jobs:
git add vss-extension-dev.json
git commit -m "update extension version [skip ci]"
git push origin automatic_version_update
gh pr create -B automatic_version_update -H main --title 'pr test' --body 'Created by Github action'
gh pr merge --merge --subject "automated pr merge" --body " merging automated pr changes"
gh pr create -B automatic_version_update -H main --title 'pr test' --body 'Created by Github action' --fill "update extension version"
# gh pr merge --merge --subject "automated pr merge" --body " merging automated pr changes"
# gh pr close --comment "update vss-extension-dev.json file"
# git branch -d automatic_version_update

Expand Down

0 comments on commit 33e5499

Please sign in to comment.