Skip to content

Commit

Permalink
skip integration-tests on a full fledged release
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellix committed Feb 20, 2021
1 parent 95a9bad commit c3e9cd3
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 @@ -21,7 +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 closeAndReleaseStagingRepository --no-daemon --info --stacktrace -Pversion="${{ env.RELEASE_VERSION }}"
run: ./gradlew clean build publish closeAndReleaseStagingRepository -x :integration-test:check --no-daemon --info --stacktrace -Pversion="${{ env.RELEASE_VERSION }}"
timeout-minutes: 10
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit c3e9cd3

Please sign in to comment.