Skip to content

Commit

Permalink
v4.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
makenowjust committed Jan 13, 2022
1 parent 030caa0 commit cb221d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# dev
# 4.2.2 (2022-01-14)

Fixes:

Expand Down

0 comments on commit cb221d6

Please sign in to comment.