Skip to content

Commit

Permalink
Pass supported.ij.version for main publication as well for successful…
Browse files Browse the repository at this point in the history
… configuration
  • Loading branch information
Walingar committed Oct 10, 2023
1 parent b1aa4f9 commit 30d96d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
- name: Setup Gradle
run: chmod +x gradlew
- name: Run Jewel Core Publishing
run: ./gradlew publishMainPublicationsToSpaceRepository
# supported.ij.version is needed here for project configuration and won't be used during publishing
run: ./gradlew publishMainPublicationsToSpaceRepository -Psupported.ij.version=${{ matrix.supported-ij-version }}
env:
MAVEN_SPACE_USERNAME: ${{secrets.MAVEN_SPACE_USERNAME}}
MAVEN_SPACE_PASSWORD: ${{secrets.MAVEN_SPACE_PASSWORD}}
Expand Down

0 comments on commit 30d96d2

Please sign in to comment.