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 a571606 commit d10119eCopy full SHA for d10119e
.github/workflows/build.yml
@@ -36,6 +36,7 @@ jobs:
36
echo "::set-output name=version::$VERSION"
37
echo "SPP_PROTOCOL_VERSION=$VERSION" >> $GITHUB_ENV
38
SPP_RELEASE_VERSION="$(echo ${SPP_PROTOCOL_VERSION/-SNAPSHOT/})"
39
+ echo "SPP_RELEASE_VERSION=$VERSION" >> $GITHUB_ENV
40
41
- name: Build with Gradle
42
run: ./gradlew build
0 commit comments