From e6e7954bc392635bf94684d5a687bfafd921e5ec Mon Sep 17 00:00:00 2001 From: koyashiro <6698252+koyashiro@users.noreply.github.com> Date: Tue, 23 Apr 2024 00:53:01 +0900 Subject: [PATCH] chore(release): bump version to 0.4.1 (#21) --- README.md | 6 +++--- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index bda70d8..108cf93 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.4.0 + - uses: koyashiro/export-secrets-action@v0.4.1 with: secrets: ${{ toJSON(secrets) }} ``` @@ -20,7 +20,7 @@ For example, a secret like `TF_VAR_EXAMPLE` will be exported as `TF_VAR_example` ```yaml steps: - - uses: koyashiro/export-secrets-action@v0.4.0 + - uses: koyashiro/export-secrets-action@v0.4.1 with: secrets: ${{ toJSON(secrets) }} downcase-tf-var: true @@ -33,7 +33,7 @@ For example, a secret like `TF_TOKEN_EXAMPLE_COM` will be exported as `TF_TOKEN_ ```yaml steps: - - uses: koyashiro/export-secrets-action@v0.4.0 + - uses: koyashiro/export-secrets-action@v0.4.1 with: secrets: ${{ toJSON(secrets) }} downcase-tf-token: true diff --git a/package-lock.json b/package-lock.json index 115ec1e..e137b93 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "export-secrets-action", - "version": "0.4.0", + "version": "0.4.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "export-secrets-action", - "version": "0.4.0", + "version": "0.4.1", "license": "MIT", "dependencies": { "@actions/core": "1.10.1", diff --git a/package.json b/package.json index a1f2e81..f58847b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "export-secrets-action", - "version": "0.4.0", + "version": "0.4.1", "description": "Export GitHub Actions secrets as environment variables", "keywords": [ "actions"