Skip to content

Commit

Permalink
Try adding release.version flag
Browse files Browse the repository at this point in the history
  • Loading branch information
jguerra committed Oct 29, 2024
1 parent 03cbc95 commit 2f9fac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/branch_snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
java-version: 17
cache: 'gradle'
- name: Build snapshot
run: ./gradlew build snapshot
run: ./gradlew build snapshot -Prelease.version=2.5.10-tls-psk-SNAPSHOT
env:
NETFLIX_OSS_SIGNING_KEY: ${{ secrets.ORG_SIGNING_KEY }}
NETFLIX_OSS_SIGNING_PASSWORD: ${{ secrets.ORG_SIGNING_PASSWORD }}
Expand Down

0 comments on commit 2f9fac2

Please sign in to comment.