Skip to content

Commit 44d285f

Browse files
authored
Update build.yml
1 parent 47ecce9 commit 44d285f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
VERSION="$(echo "$PROPERTIES" | grep "^version:" | cut -f2- -d ' ')"
3636
echo "::set-output name=version::$VERSION"
3737
echo "SPP_PROTOCOL_VERSION=$VERSION" >> $GITHUB_ENV
38-
echo "SPP_RELEASE_VERSION=$(echo ${SPP_PROTOCOL_VERSION/-SNAPSHOT/})" >> $GITHUB_ENV
38+
echo "SPP_RELEASE_VERSION=${VERSION/-SNAPSHOT/}" >> $GITHUB_ENV
3939
4040
- name: Build with Gradle
4141
run: ./gradlew build

0 commit comments

Comments
 (0)