Skip to content

Commit

Permalink
Update nebula-snapshot.yml to publish 2.0.1-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
spencergibb authored Jun 19, 2023
1 parent b1000f7 commit 18412ba
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 18412ba

Please sign in to comment.