Skip to content

Commit 6643795

Browse files
authored
Merge pull request #1469 from spencergibb/publish2xsnapshots
Publish 2.x snapshots
2 parents bf63794 + 0842825 commit 6643795

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/nebula-snapshot.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- master
7+
- 2.x
78

89
jobs:
910
build:
@@ -29,7 +30,7 @@ jobs:
2930
~/.gradle/wrapper
3031
key: ${{ runner.os }}-gradlewrapper-${{ hashFiles('gradle/wrapper/*') }}
3132
- name: Build
32-
run: ./gradlew build snapshot
33+
run: ./gradlew build snapshot -Prelease.version=2.0.0-SNAPSHOT
3334
env:
3435
NETFLIX_OSS_SIGNING_KEY: ${{ secrets.ORG_SIGNING_KEY }}
3536
NETFLIX_OSS_SIGNING_PASSWORD: ${{ secrets.ORG_SIGNING_PASSWORD }}

0 commit comments

Comments
 (0)