Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
harsh62 committed Nov 23, 2023
1 parent ca0698c commit cd723c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/kick-off-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Bump versions to ${{ env.RELEASE_VERSION }}
run: |
pip3 install lxml
git checkout -b bump-version/$RELEASE_VERSION main
git checkout -b release-kickoff/$RELEASE_VERSION main
python3 ./CircleciScripts/bump_sdk_version.py "$(pwd)" "$RELEASE_VERSION"
git config user.name aws-amplify-ops
git config user.email [email protected]
Expand All @@ -64,5 +64,5 @@ jobs:
gh pr create \
--title "chore: bump version and kick off release: $RELEASE_VERSION" \
--body "chore: bump version and kick off release: $RELEASE_VERSION" \
--head bump-version/$RELEASE_VERSION \
--head release-kickoff/$RELEASE_VERSION \
--base main
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release
on:
pull_request:
branches:
- releases/*
- release-kickoff/*
types:
- closed

Expand Down

0 comments on commit cd723c8

Please sign in to comment.