We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 184b21a commit 8fd608bCopy full SHA for 8fd608b
.github/workflows/publish.yml
@@ -38,13 +38,6 @@ jobs:
38
draft: false
39
prerelease: false
40
41
- - name: Publish to GitHub Marketplace
42
- run: |
43
- git config user.name "GitHub Actions"
44
- git config user.email "[email protected]"
45
- git tag -fa ${{ github.ref_name }} -m "Release ${{ github.ref_name }}"
46
- git push origin ${{ github.ref_name }}
47
-
48
- name: Update major version tag
49
if: startsWith(github.ref, 'refs/tags/v')
50
run: |
0 commit comments