Skip to content

Commit 47ecce9

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +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-
SPP_RELEASE_VERSION="$(echo ${SPP_PROTOCOL_VERSION/-SNAPSHOT/})"
39-
echo "SPP_RELEASE_VERSION=$VERSION" >> $GITHUB_ENV
38+
echo "SPP_RELEASE_VERSION=$(echo ${SPP_PROTOCOL_VERSION/-SNAPSHOT/})" >> $GITHUB_ENV
4039
4140
- name: Build with Gradle
4241
run: ./gradlew build

0 commit comments

Comments
 (0)