Skip to content

Commit

Permalink
Remove tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
ustitc committed May 28, 2023
1 parent 9fad230 commit ed4ee21
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,3 @@ jobs:
OSSRH_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}
ORG_GRADLE_PROJECT_signingKey: ${{ secrets.ORG_GRADLE_PROJECT_SIGNINGKEY }}
ORG_GRADLE_PROJECT_signingPassword: ${{ secrets.ORG_GRADLE_PROJECT_SIGNINGPASSWORD }}

- name: tag release
run: |
git tag v${{ github.event.inputs.version }}
git push --tags

0 comments on commit ed4ee21

Please # to comment.