From 7ebcb0c449b6c08aad56d1c93ae9ffe0ce2d34e7 Mon Sep 17 00:00:00 2001 From: koyashiro <6698252+koyashiro@users.noreply.github.com> Date: Thu, 18 Apr 2024 23:18:13 +0900 Subject: [PATCH] chore(release): bump version to 0.2.0 (#8) --- README.md | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2669829..1fd303b 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Set the JSON of secrets to `secrets`. ```yaml steps: - - uses: koyashiro/export-secrets-action@v0.1.0 + - uses: koyashiro/export-secrets-action@v0.2.0 with: secrets: ${{ toJSON(secrets) }} ``` @@ -18,7 +18,7 @@ For example, a secret like `TF_VAR_EXAMPLE` will be exported as `TF_VAR_example` ```yaml steps: - - uses: koyashiro/export-secrets-action@v0.1.0 + - uses: koyashiro/export-secrets-action@v0.2.0 with: secrets: ${{ toJSON(secrets) }} downcase-tf-var: true diff --git a/package-lock.json b/package-lock.json index 210b45b..b3af2ae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "export-secrets-action", - "version": "0.1.0", + "version": "0.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "export-secrets-action", - "version": "0.1.0", + "version": "0.2.0", "license": "MIT", "dependencies": { "@actions/core": "1.10.1", diff --git a/package.json b/package.json index 2d6094f..950857a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "export-secrets-action", - "version": "0.1.0", + "version": "0.2.0", "description": "Export GitHub Actions secrets as environment variables", "keywords": [ "actions"