Skip to content

Commit

Permalink
chore: changed release action to tag on legacy-vs-extension branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Arvi3d committed Sep 4, 2024
1 parent ce47d96 commit 4460e77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ jobs:
- name: Create and push Git tag release
run: |
git tag ${{ needs.build-project.outputs.version }}
git push origin main
git push origin main --tags
git push origin legacy-vs-extension
git push origin legacy-vs-extension --tags
- name: Create GitHub Release
id: create_release
Expand Down

0 comments on commit 4460e77

Please sign in to comment.