Skip to content

Commit

Permalink
Workflower
Browse files Browse the repository at this point in the history
- Changed GitHub CI to run `publish` task so we can make sure that publishing actually works.
  • Loading branch information
Kneelawk committed Apr 27, 2024
1 parent 5abd29f commit dd50ee4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ jobs:
if: ${{ runner.os != 'Windows' }}
run: chmod +x ./gradlew
- name: Build
run: ./gradlew build javadoc --no-daemon
# doesn't actually publish, as no secrets are passed in, just makes sure that publishing works
run: ./gradlew publish --no-daemon
- name: Capture Build Artifacts
if: ${{ runner.os == 'Linux' && matrix.java == '17' }}
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit dd50ee4

Please sign in to comment.