Skip to content

Commit

Permalink
Removed tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
madskristensen committed Jul 7, 2023
1 parent 298d146 commit 2c73bc8
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,15 +65,15 @@ jobs:
with:
vsix-file: ${{ github.event.repository.name }}.vsix

- name: Tag and Release
if: ${{ github.event_name == 'workflow_dispatch' || contains(github.event.head_commit.message, '[release]') }}
id: tag_release
uses: softprops/action-gh-release@v1
with:
body: Release ${{ needs.build.outputs.version }}
tag_name: ${{ needs.build.outputs.version }}
files: |
**/*.vsix
# - name: Tag and Release
# if: ${{ github.event_name == 'workflow_dispatch' || contains(github.event.head_commit.message, '[release]') }}
# id: tag_release
# uses: softprops/action-gh-release@v1
# with:
# body: Release ${{ needs.build.outputs.version }}
# tag_name: ${{ needs.build.outputs.version }}
# files: |
# **/*.vsix

- name: Publish extension to Marketplace
if: ${{ github.event_name == 'workflow_dispatch' || contains(github.event.head_commit.message, '[release]') }}
Expand Down

0 comments on commit 2c73bc8

Please sign in to comment.