Skip to content

Commit

Permalink
Update release-and-build.yml (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieSinn authored Oct 29, 2024
1 parent 46b4524 commit c24c9d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-and-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:

- name: Commit version change and README update
run: |
git config --global user.email "github-tracker-bot@taplytics.com"
git config --global user.email "foundation-admin@devcycle.com"
git config --global user.name "DevCycle Automation"
git add .
git commit -m "Release ${{steps.prepare_release.outputs.next-release-tag}} and update README"
Expand All @@ -79,4 +79,4 @@ jobs:
changelog: ${{ steps.prepare_release.outputs.changelog }}
github-token: ${{ secrets.AUTOMATION_USER_TOKEN }}
prerelease: ${{ github.event.inputs.draft }}
draft: ${{ github.event.inputs.draft }}
draft: ${{ github.event.inputs.draft }}

0 comments on commit c24c9d3

Please sign in to comment.