mirror of https://github.com/actions/toolkit
core 1.2.3 release (#366)
parent
a649207792
commit
3261dd9883
|
@ -1,5 +1,9 @@
|
|||
# @actions/core Releases
|
||||
|
||||
### 1.2.3
|
||||
|
||||
- [IsDebug logging](README.md#logging)
|
||||
|
||||
### 1.2.2
|
||||
|
||||
- [Fix escaping for runner commands](https://github.com/actions/toolkit/pull/302)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@actions/core",
|
||||
"version": "1.2.2",
|
||||
"version": "1.2.3",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@actions/core",
|
||||
"version": "1.2.2",
|
||||
"version": "1.2.3",
|
||||
"description": "Actions core lib",
|
||||
"keywords": [
|
||||
"github",
|
||||
|
|
Loading…
Reference in New Issue