Skip to content

Commit 2e629f9

Browse files
committed
Removing tag/release for now [skip ci]
1 parent e0afd54 commit 2e629f9

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/publish.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,6 @@ jobs:
3636
with:
3737
vsix-file: ${{ github.event.repository.name }}.vsix
3838

39-
- name: Tag and Release
40-
id: tag_release
41-
uses: softprops/action-gh-release@v1
42-
with:
43-
body: Release ${{ needs.build.outputs.version }}
44-
tag_name: ${{ env.VERSION }}
45-
generate_release_notes: true
46-
files: |
47-
**/*.vsix
48-
4939
- name: Publish extension to Marketplace
5040
#if: ${{ contains(github.event.head_commit.message, '[release]') }}
5141
uses: cezarypiatek/[email protected]

0 commit comments

Comments
 (0)