Skip to content
This repository was archived by the owner on Mar 14, 2025. It is now read-only.

Commit b3c2fe4

Browse files
fixed ci config
1 parent 414aeb1 commit b3c2fe4

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
@@ -7,7 +7,6 @@ jobs:
77
build:
88
name: Build and Test
99
runs-on: ubuntu-latest
10-
#This check is case insensitive
1110
if: "!contains(github.event.head_commit.message, '[ci skip]') && !contains(github.event.head_commit.message, '[skip ci]')"
1211
env:
1312
BUILD_VERSION: SNAPSHOT
@@ -34,7 +33,7 @@ jobs:
3433
id: setversion
3534
run: |
3635
v=$(mvn help:evaluate "-Dexpression=project.version" -q -DforceStdout)
37-
echo "::set-env name=BUILD_VERSION::${v}"
36+
echo "BUILD_VERSION=${v}" >> $GITHUB_ENV
3837
echo "::set-output name=version::${v}"
3938
- name: Build and Test
4039
run: mvn -B install

0 commit comments

Comments
 (0)