Skip to content

Commit

Permalink
Merge pull request #38 from customerio/feature/ci-name
Browse files Browse the repository at this point in the history
Why is this needed here, and not other flows?
  • Loading branch information
stephen-pope-customer-io authored Dec 15, 2023
2 parents ccf90af + f18ca63 commit 1f9cfd0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release_hotfix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,7 @@ jobs:
env:
GIT_AUTH_TOKEN: ${{ secrets.SRE_GHACTIONS_TOKEN }}
run: |
git config user.name "ami-ci"
git config user.email "<>"
git tag ${{ steps.bump-semver.outputs.new_version }}
git push origin ${{ steps.bump-semver.outputs.new_version }}
2 changes: 2 additions & 0 deletions .github/workflows/release_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
env:
GIT_AUTH_TOKEN: ${{ secrets.SRE_GHACTIONS_TOKEN }}
run: |
git config user.name "ami-ci"
git config user.email "<>"
git pull origin develop
git checkout master
git merge develop
Expand Down

0 comments on commit 1f9cfd0

Please sign in to comment.