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 0f57a93 commit d39fa6eCopy full SHA for d39fa6e
.github/workflows/release.yaml
@@ -29,8 +29,8 @@ jobs:
29
- name: Create and push tag
30
if: steps.version.outputs.version != ''
31
run: |
32
- git config --local user.email "github-actions[bot]@users.noreply.github.com"
33
- git config --local user.name "github-actions[bot]"
+ git config --local user.email "amanvarshney.work@gmail.com"
+ git config --local user.name "Aman Varshney"
34
# Check if tag exists before creating
35
if ! git rev-parse "v${{ steps.version.outputs.version }}" >/dev/null 2>&1; then
36
git tag -a "v${{ steps.version.outputs.version }}" -m "Release v${{ steps.version.outputs.version }}"
0 commit comments