Skip to content

Commit 63a17f3

Browse files
chore(release): version 1.2.1
Signed-off-by: Saurav Sharma <[email protected]>
1 parent 884cc81 commit 63a17f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
steps:
4343
- uses: actions/checkout@v2
4444

45-
- uses: iamsauravsharma/[email protected].0
45+
- uses: iamsauravsharma/[email protected].1
4646
with:
4747
env-prefix: 'ENV_KEY_' # Optional (default: '')
4848
file-name: 'development.env' # Optional (default : '.env')

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-dotenv",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"private": true,
55
"description": "Create dotenv file for github actions",
66
"main": "lib/main.js",

0 commit comments

Comments
 (0)