Skip to content

Commit

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

Please sign in to comment.