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 e6a318d commit da03290Copy full SHA for da03290
1 file changed
.github/workflows/autorelease.yml
@@ -39,13 +39,6 @@ jobs:
39
echo "${{ steps.version.outputs.version }}"
40
echo "${{ steps.changelog.outputs.changelog }}"
41
42
- - name: push tag
43
- id: tag_version
44
- uses: mathieudutour/github-tag-action@v6.0
45
- with:
46
- github_token: ${{ secrets.GITHUB_TOKEN }}
47
- custom_tag: ${{ steps.version.outputs.version }}
48
-
49
- name: Create Release
50
uses: ncipollo/release-action@v1.4.0
51
with:
0 commit comments