Skip to content

Commit ed4ee21

Browse files
committed
Remove tagging
1 parent 9fad230 commit ed4ee21

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/release.yml

-5
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,3 @@ jobs:
4343
OSSRH_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}
4444
ORG_GRADLE_PROJECT_signingKey: ${{ secrets.ORG_GRADLE_PROJECT_SIGNINGKEY }}
4545
ORG_GRADLE_PROJECT_signingPassword: ${{ secrets.ORG_GRADLE_PROJECT_SIGNINGPASSWORD }}
46-
47-
- name: tag release
48-
run: |
49-
git tag v${{ github.event.inputs.version }}
50-
git push --tags

0 commit comments

Comments
 (0)