Drop 'export', just set env variable
This commit is contained in:
parent
b597b3b863
commit
9f4850fa23
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build_docker_latest.yml
vendored
2
.github/workflows/build_docker_latest.yml
vendored
|
@ -58,7 +58,7 @@ jobs:
|
||||||
restore-keys: ${{ runner.os }}-m2
|
restore-keys: ${{ runner.os }}-m2
|
||||||
-
|
-
|
||||||
name: Build with maven
|
name: Build with maven
|
||||||
run: export sebserver-version=${{ env.SHA }} mvn clean package -DskipTests -Dbuild-version="${{ env.SHA }}"
|
run: sebserver-version=${{ env.SHA }} mvn clean package -DskipTests -Dbuild-version="${{ env.SHA }}"
|
||||||
-
|
-
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Reference in a new issue