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 1ca9fe1 commit 2fcb68c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
run: |
git config user.name github-actions
git config user.email [email protected]
git commit --allow-empty -m "empty commit to run release-rc.yml"
git checkout -b rc/${{ steps.set-current-datetime.outputs.CURRENT_DATETIME }}
git push --set-upstream origin rc/${{ steps.set-current-datetime.outputs.CURRENT_DATETIME }}
git commit --allow-empty -m "empty commit to run release-rc.yml"
git push
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 2fcb68c

Please sign in to comment.