Actions/core v1.2.5 release notes (#562)

This commit is contained in:
Thomas Boop
2020-08-26 15:09:39 -04:00
committed by GitHub
parent c2bc747506
commit c9819f79d2
3 changed files with 5 additions and 2 deletions

View File

@@ -1,5 +1,8 @@
# @actions/core Releases
### 1.2.5
- [Correctly bundle License File with package](https://github.com/actions/toolkit/pull/548)
### 1.2.4
- [Be more lenient in accepting non-string command inputs](https://github.com/actions/toolkit/pull/405)
- [Add Echo commands](https://github.com/actions/toolkit/pull/411)