Skip to content

Commit ecf0660

Browse files
committed
test generated release notes
1 parent 99c72e4 commit ecf0660

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,15 +77,15 @@ jobs:
7777
run: |
7878
gh release create "PowerSync.Common@${{ env.COMMON_VERSION }}" \
7979
--title "PowerSync.Common@${{ env.COMMON_VERSION }}" \
80-
--notes-file /tmp/release_notes_common.md \
81-
--target ${{ github.sha }} \
80+
--target main
81+
--generate-notes \
8282
--prerelease \
8383
--draft \
8484
${{ github.workspace }}/output/PowerSync.Common*.nupkg
8585
gh release create "PowerSync.Maui@${{ env.MAUI_VERSION }}" \
8686
--title "PowerSync.Maui@${{ env.MAUI_VERSION }}" \
87-
--notes-file /tmp/release_notes_maui.md \
88-
--target ${{ github.sha }} \
87+
--target main
88+
--generate-notes \
8989
--prerelease \
9090
--draft \
9191
${{ github.workspace }}/output/PowerSync.Maui*.nupkg

0 commit comments

Comments
 (0)