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 217397e commit bc528a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
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 --set-upstream origin rc/${{ steps.set-current-datetime.outputs.CURRENT_DATETIME }}
gh pr create --title "Release ${{ steps.package-json.outputs.packageVersion }}-${{ steps.set-current-datetime.outputs.CURRENT_DATETIME }} --body "test"
gh pr create --title "Release ${{ steps.package-json.outputs.packageVersion }}-${{ steps.set-current-datetime.outputs.CURRENT_DATETIME }}" --body "test"
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit bc528a4

Please sign in to comment.