Skip to content

Commit

Permalink
Merge pull request #1506 from spencergibb/patch-1
Browse files Browse the repository at this point in the history
Update nebula-snapshot.yml to publish 2.0.1-SNAPSHOT
  • Loading branch information
howardyuan committed Jun 19, 2023
2 parents b1000f7 + 18412ba commit 40a91d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nebula-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
~/.gradle/wrapper
key: ${{ runner.os }}-gradlewrapper-${{ hashFiles('gradle/wrapper/*') }}
- name: Build
run: ./gradlew build snapshot -Prelease.version=2.0.0-SNAPSHOT
run: ./gradlew build snapshot -Prelease.version=2.0.1-SNAPSHOT
env:
NETFLIX_OSS_SIGNING_KEY: ${{ secrets.ORG_SIGNING_KEY }}
NETFLIX_OSS_SIGNING_PASSWORD: ${{ secrets.ORG_SIGNING_PASSWORD }}
Expand Down

0 comments on commit 40a91d5

Please sign in to comment.