We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dff49fa commit f709b24Copy full SHA for f709b24
1 file changed
.github/workflows/release.yml
@@ -42,12 +42,6 @@ jobs:
42
43
- name: Create release
44
run: ./gradlew release -Prelease.releaseVersionBump=${{ github.event.inputs.bumpType }}
45
- - name: Publish package
46
- run: ./gradlew publishSonatypePublicationToGitHubPackagesRepository -i
47
- env:
48
- GITHUB_USER: ${{ github.actor }}
49
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
50
-
51
- name: Get tag name
52
run: echo "TAG_NAME=$(git tag | grep -E '^[0-9]+\.[0-9]+\.[0-9]+$' | sort -V | tail -1)" >> $GITHUB_ENV
53
0 commit comments