We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22a0b0f commit b3f430dCopy full SHA for b3f430d
.github/workflows/Build.yml
@@ -80,16 +80,14 @@ jobs:
80
master)
81
echo "## Is MASTER branch"
82
83
- versionChangelist="-stable.$timestamp-SNAPSHOT"
+ versionChangelist="-preview.$timestamp-SNAPSHOT"
84
SHOULD_DEPLOY='true'
85
;;
86
87
beta)
88
- echo "## Is BETA branch, add +100 to major number"
+ echo "## Is BETA branch"
89
90
- pomMajorNumber=$(expr $pomMajorNumber + 100)
91
-
92
- versionChangelist="-trunk.$timestamp-SNAPSHOT"
+ versionChangelist="-beta.$timestamp-SNAPSHOT"
93
94
95
0 commit comments