Skip to content

Commit

Permalink
TMP: Publish without release
Browse files Browse the repository at this point in the history
  • Loading branch information
stigi committed Oct 11, 2024
1 parent e8dc47d commit 5b280ac
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Gradle Build, Tests and Publish

on:
push:
branches: [ "main" ]
branches: [ "main", "ullrich/publish-via-ci" ]
pull_request:

jobs:
Expand Down Expand Up @@ -74,8 +74,9 @@ jobs:

publish:
runs-on: ubuntu-latest
needs: [ changeset-on-main, build, test, lint ]
if: ${{ needs.changeset-on-main.outputs.published == 'true'}}
# needs: [ changeset-on-main, build, test, lint ]
# if: ${{ needs.changeset-on-main.outputs.published == 'true'}}
needs: [ build, test, lint ]
steps:
- name: Publish to Maven Local
run: ./gradlew -xtest -xlint assemble publishToMavenLocal
Expand Down

0 comments on commit 5b280ac

Please sign in to comment.