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 8471a8a commit 3293460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
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 --rebase --merge --subject "automated pr merge" --body " merging automated pr changes" --delete-branch
gh pr merge --squash --subject "automated pr merge" --body " merging automated pr changes" --delete-branch
# git branch -d automatic_version_update

# - name: Install dependencies
Expand Down

0 comments on commit 3293460

Please sign in to comment.