Skip to content

Commit 3f4fbe5

Browse files
Working on GitHub action workflow for NPM library release
1 parent 8be36d7 commit 3f4fbe5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ jobs:
6464
if: ${{steps.check.outputs.version_changed == 'true'}}
6565
run: |
6666
git status
67+
git config user.email "[email protected]"
68+
git config user.name "Mayank Mishra"
6769
VERSION="${{ github.event.inputs.environment }}"
6870
echo "Release v $VERSION"
6971
#Stage the files

0 commit comments

Comments
 (0)