File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4747 uses : docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
4848 with :
4949 registry : ${{ env.REGISTRY }}
50- username : taplytics-robot
50+ username : devcycle-automation
5151 password : ${{ secrets.AUTOMATION_USER_TOKEN }}
5252
5353 - name : Extract metadata (tags, labels) for Docker
7171 - name : Update and commit version.go file
7272 run : |
7373 sed -i 's/const Version = ".*"/const Version = "${{ steps.prepare-release.outputs.next-release-tag }}"/' version.go
74- git config --global user.email "github-tracker-bot@taplytics .com"
74+ git config --global user.email "foundation-admin@devcycle .com"
7575 git config --global user.name "DevCycle Automation"
7676 git add version.go
7777 git commit -m "Release ${{ steps.prepare-release.outputs.next-release-tag }}"
You can’t perform that action at this time.
0 commit comments