Skip to content

Commit

Permalink
fix: git push command
Browse files Browse the repository at this point in the history
Signed-off-by: Hiroto Funakoshi <[email protected]>
  • Loading branch information
hlts2 committed Apr 3, 2024
1 parent a07b3bf commit f285c9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/client.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
- name: Prepare to upgrade supported last client version
if: ${{ steps.check_upgrade.outputs.UPGRADE_SUPPORTED_LAST_CLIENT_VERSION != '' && env.RELEASE_BRANCH_NAME_SUFFIX != '' }}
run: |
echo "${RELEASE_BRANCH_NAME}"
git checkout -B ${RELEASE_BRANCH_NAME} && git push origin ${RELEASE_BRANCH_NAME}
env:
RELEASE_BRANCH_NAME_SUFFIX: ${{ steps.check_upgrade.outputs.RELEASE_BRANCH_NAME_SUFFIX }}
RELEASE_BRANCH_NAME: release/${{ steps.check_upgrade.outputs.RELEASE_BRANCH_NAME_SUFFIX }}
Expand Down

0 comments on commit f285c9c

Please sign in to comment.