Skip to content

Commit

Permalink
fix yml
Browse files Browse the repository at this point in the history
  • Loading branch information
miya committed Dec 25, 2023
1 parent d9307d7 commit 564046e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: echo "CURRENT_DATETIME=$(date +'%Y%m%d%H%M%S')" >> $GITHUB_OUTPUT

- name: Checkout target branch
uses: actions/checkout@v4
uses: actions/checkout@v
with:
ref: dev/7.0.x

Expand All @@ -32,7 +32,7 @@ jobs:
git config user.email [email protected]
git checkout -b rc/${{ steps.set-current-datetime.outputs.CURRENT_DATETIME }}
git commit --allow-empty -m "empty commit to run release-rc.yml"
git push
git push --set-upstream origin rc/${{ steps.set-current-datetime.outputs.CURRENT_DATETIME }}
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 564046e

Please sign in to comment.