diff --git a/.github/workflows/lws.yml b/.github/workflows/lws.yml index cfa8d67..49690f1 100644 --- a/.github/workflows/lws.yml +++ b/.github/workflows/lws.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Set up JDK 17 uses: actions/setup-java@v2 with: @@ -35,7 +35,7 @@ jobs: - name: Get version run: | VERSION=$( mvn help:evaluate -Dexpression=project.version -q -DforceStdout ) - echo "::set-output name=version::$VERSION" + echo "version=$VERSION" >> $GITHUB_OUTPUT id: get_version - name: Build and push uses: docker/build-push-action@v3