Skip to content

Commit

Permalink
change to divkix
Browse files Browse the repository at this point in the history
  • Loading branch information
Divkix committed Feb 23, 2023
1 parent bede710 commit e1e7d4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- if: startsWith(github.ref, 'refs/tags/') != 'true' && github.event.inputs.tag != ''
name: Create and Push Tag
run: |-
git config --global user.email "23524935+Divkix@users.noreply.github.com"
git config --global user.email "divkix@divkix.me"
git config --global user.name "Divanshu Chauhan"
tag=${{ github.event.inputs.tag }} # if triggered by workflow_dispatch
if [ -z "$tag" ]; then
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/divideprojects/AliveImage
module github.com/divkix/AliveImage

go 1.19

Expand Down

0 comments on commit e1e7d4c

Please sign in to comment.