Skip to content

Commit

Permalink
chore(release): bump version to 0.3.0 (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
koyashiro authored Apr 22, 2024
1 parent 1e05ae6 commit 22b56b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Set the JSON of secrets to `secrets`.

```yaml
steps:
- uses: koyashiro/export-secrets-action@v0.2.0
- uses: koyashiro/export-secrets-action@v0.3.0
with:
secrets: ${{ toJSON(secrets) }}
```
Expand All @@ -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.2.0
- uses: koyashiro/export-secrets-action@v0.3.0
with:
secrets: ${{ toJSON(secrets) }}
downcase-tf-var: true
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "export-secrets-action",
"version": "0.2.0",
"version": "0.3.0",
"description": "Export GitHub Actions secrets as environment variables",
"keywords": [
"actions"
Expand Down

0 comments on commit 22b56b5

Please sign in to comment.