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 47ecce9 commit 44d285fCopy full SHA for 44d285f
.github/workflows/build.yml
@@ -35,7 +35,7 @@ jobs:
35
VERSION="$(echo "$PROPERTIES" | grep "^version:" | cut -f2- -d ' ')"
36
echo "::set-output name=version::$VERSION"
37
echo "SPP_PROTOCOL_VERSION=$VERSION" >> $GITHUB_ENV
38
- echo "SPP_RELEASE_VERSION=$(echo ${SPP_PROTOCOL_VERSION/-SNAPSHOT/})" >> $GITHUB_ENV
+ echo "SPP_RELEASE_VERSION=${VERSION/-SNAPSHOT/}" >> $GITHUB_ENV
39
40
- name: Build with Gradle
41
run: ./gradlew build
0 commit comments