diff --git a/README.md b/README.md index d83c8a4..16dcac0 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Export GitHub Actions secrets as environment variables. ```yml steps: - - uses: koyashiro/export-secrets-action@v0.0.0 + - uses: koyashiro/export-secrets-action@v0.1.0 with: secrets: ${{ toJSON(secrets) }} ``` diff --git a/package-lock.json b/package-lock.json index c910816..a197dd5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "export-secrets-action", - "version": "0.0.0", + "version": "0.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "export-secrets-action", - "version": "0.0.0", + "version": "0.1.0", "license": "MIT", "dependencies": { "@actions/core": "1.10.1", diff --git a/package.json b/package.json index 3cf2232..821910d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "export-secrets-action", - "version": "0.0.0", + "version": "0.1.0", "description": "Export GitHub Actions secrets as environment variables", "keywords": [ "actions"