Skip to content

Commit

Permalink
Merge pull request #43873 from Expensify/andrew-prod-release
Browse files Browse the repository at this point in the history
Use the default notes from GitHub cli in order to fix bug
  • Loading branch information
luacmartins authored Jun 17, 2024
2 parents dc48aa9 + 86215c2 commit b335423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@ jobs:
PR_LIST: ${{ steps.getReleasePRList.outputs.PR_LIST }}

- name: 🚀 Create release to trigger production deploy 🚀
run: gh release create ${{ env.PRODUCTION_VERSION }} --notes ${{ steps.getReleaseBody.outputs.RELEASE_BODY }}
run: gh release create ${{ env.PRODUCTION_VERSION }} --generate-notes
env:
GITHUB_TOKEN: ${{ steps.setupGitForOSBotify.outputs.OS_BOTIFY_API_TOKEN }}

0 comments on commit b335423

Please sign in to comment.