Skip to content

Commit

Permalink
Tagging fails on non-main branches
Browse files Browse the repository at this point in the history
  • Loading branch information
sourishkrout committed Nov 10, 2022
1 parent d95bb62 commit a4b2ad9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ jobs:
pat: ${{ secrets.OPEN_VSX_TOKEN }}
extensionFile: ./runme-${{ env.RELEASE_VERSION }}.vsix
- name: Push Tags
continue-on-error: true
run: |
git log -1 --stat
git push origin main --tags
Expand Down

0 comments on commit a4b2ad9

Please sign in to comment.