Skip to content

Commit 8fd608b

Browse files
committed
Fix
1 parent 184b21a commit 8fd608b

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,6 @@ jobs:
3838
draft: false
3939
prerelease: false
4040

41-
- name: Publish to GitHub Marketplace
42-
run: |
43-
git config user.name "GitHub Actions"
44-
git config user.email "actions@github.com"
45-
git tag -fa ${{ github.ref_name }} -m "Release ${{ github.ref_name }}"
46-
git push origin ${{ github.ref_name }}
47-
4841
- name: Update major version tag
4942
if: startsWith(github.ref, 'refs/tags/v')
5043
run: |

0 commit comments

Comments
 (0)