Skip to content

Commit

Permalink
ci: fix pre_release gradle property
Browse files Browse the repository at this point in the history
  • Loading branch information
xEricL committed Dec 5, 2024
1 parent 524a0e9 commit 97897d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: ./gradlew build -Pversion_pre_release=${{ github.run_number }} --full-stacktrace

- name: "Publish artifacts"
run: ./gradlew publish -Pversion_pre_release=${{ env.BUILD_NUMBER }}
run: ./gradlew publish -Pversion_pre_release=${{ github.run_number }}
env:
ALPINE_MAVEN_NAME: ${{ secrets.ALPINE_MAVEN_NAME }}
ALPINE_MAVEN_SECRET: ${{ secrets.ALPINE_MAVEN_SECRET }}

0 comments on commit 97897d8

Please sign in to comment.