Skip to content

Commit

Permalink
ci: 7 [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Yakutoc committed Jan 29, 2024
1 parent b7e1bc2 commit ec5058f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ jobs:
run: |
body="# Release Notes
$(cat ${{ env.FILE_PATH }})"
gh pr create --base main --head dev --title "Release by ${{ env.DATE }}" --body "$body"
gh pr create --base main --head ${{ github.ref_name }} --title "Release by ${{ env.DATE }}" --body "$body"
git reset --hard

0 comments on commit ec5058f

Please sign in to comment.