diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5a54e687e..54644399e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -34,7 +34,7 @@ jobs: - id: save-version name: Save Version run: | - echo "::set-output version=$(sbt --error "print coreJVM/version")" + echo "::set-output name=version::$(sbt --error "print coreJVM/version")" - uses: actions/upload-artifact@v2 with: path: modules/recheck-js/target/scala-2.13/recheck-js-opt/recheck.js diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e85601c4..4fd670af0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# dev +# 4.2.2 (2022-01-14) Fixes: