Skip to content

Commit

Permalink
Need to temporarily use a -LOCAL version, otherwise the publish workf…
Browse files Browse the repository at this point in the history
…low will succeed trivially
  • Loading branch information
lazaroclapp committed Jun 13, 2023
1 parent d105b06 commit 0e77804
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,15 +77,16 @@ jobs:
arguments: coveralls
continue-on-error: true
if: runner.os == 'Linux' && matrix.java == '11' && matrix.epVersion == '2.19.1' && github.repository == 'uber/NullAway'
- name: Check that Git tree is clean after build and test
run: ./.buildscript/check_git_clean.sh
- name: Test publishToMavenLocal flow
env:
ORG_GRADLE_PROJECT_epApiVersion: ${{ matrix.epVersion }}
ORG_GRADLE_PROJECT_VERSION_NAME: '0.0.0.1-LOCAL'
uses: gradle/gradle-build-action@v2
with:
arguments: clean publishToMavenLocal
arguments: clean publishToMavenLocal -x signMavenPublication -x signShadowPublication
if: matrix.java == '8'
- name: Check that Git tree is clean after build and test
run: ./.buildscript/check_git_clean.sh
publish_snapshot:
name: 'Publish snapshot'
needs: [build]
Expand Down

0 comments on commit 0e77804

Please sign in to comment.