Skip to content

Commit

Permalink
disable the closeAndReleaseRepository task
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellix committed Feb 9, 2021
1 parent 9a07d83 commit 383e484
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ 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 closeAndReleaseRepository --no-daemon --info --stacktrace -Pversion="${{ env.RELEASE_VERSION }}"
run: ./gradlew clean build publish --no-daemon --info --stacktrace -Pversion="${{ env.RELEASE_VERSION }}"
# run: ./gradlew clean build publish closeAndReleaseRepository --no-daemon --info --stacktrace -Pversion="${{ env.RELEASE_VERSION }}"
timeout-minutes: 10
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 383e484

Please sign in to comment.