diff --git a/packages/core/RELEASES.md b/packages/core/RELEASES.md index f69a6c0b..352efe84 100644 --- a/packages/core/RELEASES.md +++ b/packages/core/RELEASES.md @@ -1,5 +1,8 @@ # @actions/core Releases +### 1.2.6 +- [Update `exportVariable` and `addPath` to use environment files](https://github.com/actions/toolkit/pull/571) + ### 1.2.5 - [Correctly bundle License File with package](https://github.com/actions/toolkit/pull/548) diff --git a/packages/core/package-lock.json b/packages/core/package-lock.json index a8642baa..a1ede3d2 100644 --- a/packages/core/package-lock.json +++ b/packages/core/package-lock.json @@ -1,6 +1,6 @@ { "name": "@actions/core", - "version": "1.2.5", + "version": "1.2.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/core/package.json b/packages/core/package.json index 7d0d7294..ffcced43 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@actions/core", - "version": "1.2.5", + "version": "1.2.6", "description": "Actions core lib", "keywords": [ "github",