Skip to content

Commit

Permalink
Try to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Christophe '116' Loiseau committed Apr 9, 2024
1 parent 6642a65 commit bd20a38
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
with:
command: ./gradlew build check ${{ env.GRADLE_ARGS }}
- name: "Gradle: Publish (Main & Release Only)"
uses: gradle/gradle-build-action@v3.2.1
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
uses: ./.github/actions/run-tests
if: ${{ startsWith(github.ref, 'refs/tags/v', 'refs/heads/0.2.1-sovity') }}
with:
arguments: publishAllPublicationsToGitHubPackagesRepository ${{ env.GRADLE_ARGS }}
command: ./gradlew publishAllPublicationsToGitHubPackagesRepository ${{ env.GRADLE_ARGS }}
env:
USERNAME: ${{ github.actor }}
TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit bd20a38

Please sign in to comment.