Skip to content

Commit f0ae3dc

Browse files
roryabrahamOSBotify
authored andcommitted
Merge pull request #61516 from Expensify/andrew-staging-changelog
[No QA]Adjust release creation to only use `--notes-start-tag` in the production deploy case (cherry picked from commit d92ba63) (cherry-picked to staging by Julesssss)
1 parent 9a62614 commit f0ae3dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@ jobs:
623623
gh release create ${{ needs.prep.outputs.TAG }} ${{ github.ref == 'refs/heads/staging' && '--prerelease' || '' }} \
624624
--repo ${{ github.repository }} \
625625
--title ${{ needs.prep.outputs.TAG }} \
626-
--notes-start-tag ${{ steps.get_last_prod_version.outputs.LAST_PROD_VERSION }} \
626+
${{ github.ref == 'refs/heads/production' && format('--notes-start-tag {0}', steps.get_last_prod_version.outputs.LAST_PROD_VERSION) || '' }} \
627627
--generate-notes \
628628
--verify-tag \
629629
--target ${{ github.ref }}

0 commit comments

Comments
 (0)