Skip to content

Commit

Permalink
Rename closeAndReleaseStagingRepository to closeAndReleaseStagingRepo…
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellix committed Jul 28, 2024
1 parent 5404f2d commit 699026d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: |
echo "RELEASE_VERSION=$(echo '${{ github.event.release.tag_name }}' | sed -e s/^v//)" >> $GITHUB_ENV
- name: build publish
run: ./gradlew clean build publish closeAndReleaseStagingRepository -x :integration-test:check --info --stacktrace -Pversion="${{ env.RELEASE_VERSION }}"
run: ./gradlew clean build publish closeAndReleaseStagingRepositories -x :integration-test:check --info --stacktrace -Pversion="${{ env.RELEASE_VERSION }}"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ORG_GRADLE_PROJECT_signingKey: ${{ secrets.GPG_SIGNING_KEY }}
Expand Down

0 comments on commit 699026d

Please sign in to comment.