We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8be36d7 commit 3f4fbe5Copy full SHA for 3f4fbe5
.github/workflows/main.yml
@@ -64,6 +64,8 @@ jobs:
64
if: ${{steps.check.outputs.version_changed == 'true'}}
65
run: |
66
git status
67
+ git config user.email "[email protected]"
68
+ git config user.name "Mayank Mishra"
69
VERSION="${{ github.event.inputs.environment }}"
70
echo "Release v $VERSION"
71
#Stage the files
0 commit comments