diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0f9fb3f..89fa6c7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 diff --git a/go.mod b/go.mod index f8eb6c6..f7803b3 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/divideprojects/AliveImage +module github.com/divkix/AliveImage go 1.19