Skip to content

Commit 18b2362

Browse files
chore: update version to 2.0.1
Signed-off-by: Saurav Sharma <[email protected]>
1 parent f0185f4 commit 18b2362

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
@@ -44,7 +44,7 @@ jobs:
4444
steps:
4545
- uses: actions/checkout@v2
4646

47-
- uses: iamsauravsharma/[email protected].0
47+
- uses: iamsauravsharma/[email protected].1
4848
with:
4949
input-prefix: 'ENV_KEY_' # Optional (default: '')
5050
file-path: 'tests/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": "2.0.0",
3+
"version": "2.0.1",
44
"private": true,
55
"description": "Create dotenv file for github actions",
66
"main": "lib/main.js",

0 commit comments

Comments
 (0)