Skip to content

Commit 94ff8dc

Browse files
authored
chore(release): bump version to 0.1.0 (#4)
1 parent caa1482 commit 94ff8dc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Export GitHub Actions secrets as environment variables.
66

77
```yml
88
steps:
9-
- uses: koyashiro/export-secrets-action@v0.0.0
9+
- uses: koyashiro/export-secrets-action@v0.1.0
1010
with:
1111
secrets: ${{ toJSON(secrets) }}
1212
```

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.0.0",
3+
"version": "0.1.0",
44
"description": "Export GitHub Actions secrets as environment variables",
55
"keywords": [
66
"actions"

0 commit comments

Comments
 (0)