Skip to content

Commit

Permalink
🧱 Fix Gradle plugin publishing pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
tiulpin committed Jan 22, 2024
1 parent e42ff2d commit b197d9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
java-version: 11
cache: gradle
- name: Run linters and test
run: ./gradlew clean build publishPlugins -Pgradle.publish.key=${{ secrets.GRADLE_KEY }} -Pgradle.publish.secret=${{ secrets.GRADLE_TOKEN }}
run: ./gradlew clean build publishPlugins -Pgradle.publish.key=${{ secrets.GRADLE_KEY }} -Pgradle.publish.secret=${{ secrets.GRADLE_TOKEN }} -PbuildNumber=${{ env.PATCH_VERSION }}
github:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit b197d9b

Please sign in to comment.