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 e82d5ef commit d28371dCopy full SHA for d28371d
.github/workflows/release.yml
@@ -48,7 +48,4 @@ jobs:
48
git push origin v$major_version --force
49
git push origin v$full_version
50
51
- git tag -a $tag_name $GITHUB_SHA -m "Release v$full_version"
52
- git push origin $tag_name
53
-
54
if: ${{ steps.release.outputs.release_created }}
0 commit comments