Skip to content

Commit 22b56b5

Browse files
authored
chore(release): bump version to 0.3.0 (#13)
1 parent 1e05ae6 commit 22b56b5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Set the JSON of secrets to `secrets`.
88

99
```yaml
1010
steps:
11-
- uses: koyashiro/export-secrets-action@v0.2.0
11+
- uses: koyashiro/export-secrets-action@v0.3.0
1212
with:
1313
secrets: ${{ toJSON(secrets) }}
1414
```
@@ -18,7 +18,7 @@ For example, a secret like `TF_VAR_EXAMPLE` will be exported as `TF_VAR_example`
1818

1919
```yaml
2020
steps:
21-
- uses: koyashiro/export-secrets-action@v0.2.0
21+
- uses: koyashiro/export-secrets-action@v0.3.0
2222
with:
2323
secrets: ${{ toJSON(secrets) }}
2424
downcase-tf-var: true

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "export-secrets-action",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "Export GitHub Actions secrets as environment variables",
55
"keywords": [
66
"actions"

0 commit comments

Comments
 (0)