Skip to content

Commit

Permalink
Merge pull request #1469 from spencergibb/publish2xsnapshots
Browse files Browse the repository at this point in the history
Publish 2.x snapshots
  • Loading branch information
howardyuan committed Oct 3, 2022
2 parents bf63794 + 0842825 commit 6643795
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/nebula-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- master
- 2.x

jobs:
build:
Expand All @@ -29,7 +30,7 @@ jobs:
~/.gradle/wrapper
key: ${{ runner.os }}-gradlewrapper-${{ hashFiles('gradle/wrapper/*') }}
- name: Build
run: ./gradlew build snapshot
run: ./gradlew build snapshot -Prelease.version=2.0.0-SNAPSHOT
env:
NETFLIX_OSS_SIGNING_KEY: ${{ secrets.ORG_SIGNING_KEY }}
NETFLIX_OSS_SIGNING_PASSWORD: ${{ secrets.ORG_SIGNING_PASSWORD }}
Expand Down

0 comments on commit 6643795

Please sign in to comment.