Skip to content

Commit ab0c4b3

Browse files
chore: update version to 3.1.0
Signed-off-by: Saurav Sharma <[email protected]>
1 parent d85b0d5 commit ab0c4b3

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
@@ -37,7 +37,7 @@ jobs:
3737

3838
steps:
3939
- uses: actions/checkout@v4
40-
- uses: iamsauravsharma/create-dotenv@v3.0.0
40+
- uses: iamsauravsharma/create-dotenv@v3.1.0
4141
with:
4242
input-prefix: 'ENV_KEY_' # Optional (default: '')
4343
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": "3.0.0",
3+
"version": "3.1.0",
44
"private": true,
55
"description": "Create dotenv file for github actions",
66
"main": "lib/main.js",

0 commit comments

Comments
 (0)