Skip to content

Commit

Permalink
chore(release): bump version to 0.1.0 (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
koyashiro authored Apr 13, 2024
1 parent caa1482 commit 94ff8dc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) }}
```
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.0.0",
"version": "0.1.0",
"description": "Export GitHub Actions secrets as environment variables",
"keywords": [
"actions"
Expand Down

0 comments on commit 94ff8dc

Please sign in to comment.