Skip to content

Commit f709b24

Browse files
committed
removing github packages
1 parent dff49fa commit f709b24

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,6 @@ jobs:
4242
4343
- name: Create release
4444
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-
5145
- name: Get tag name
5246
run: echo "TAG_NAME=$(git tag | grep -E '^[0-9]+\.[0-9]+\.[0-9]+$' | sort -V | tail -1)" >> $GITHUB_ENV
5347

0 commit comments

Comments
 (0)