Skip to content

Commit

Permalink
Bump to main (Java 11 only)
Browse files Browse the repository at this point in the history
  • Loading branch information
jburel committed Nov 19, 2024
1 parent 109ba56 commit 3c0cd12
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ on:

jobs:
build:
uses: ome/action-workflows/.github/workflows/gradle_build.yml@v2
uses: ome/action-workflows/.github/workflows/gradle_build.yml@main
publish_snapshots:
if: ${{ github.ref == 'refs/heads/master' && github.repository_owner == 'ome' }}
needs: build
uses: ome/action-workflows/.github/workflows/gradle_publish.yml@v2
uses: ome/action-workflows/.github/workflows/gradle_publish.yml@main
with:
ARTIFACTORY_URL: "snapshots"
secrets:
Expand All @@ -22,7 +22,7 @@ jobs:
publish:
needs: build
if: startsWith(github.ref, 'refs/tags') && github.repository_owner == 'ome'
uses: ome/action-workflows/.github/workflows/gradle_publish.yml@v2
uses: ome/action-workflows/.github/workflows/gradle_publish.yml@main
with:
ARTIFACTORY_URL: "releases"
secrets:
Expand Down

0 comments on commit 3c0cd12

Please sign in to comment.