We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99c72e4 commit ecf0660Copy full SHA for ecf0660
1 file changed
.github/workflows/release.yml
@@ -77,15 +77,15 @@ jobs:
77
run: |
78
gh release create "PowerSync.Common@${{ env.COMMON_VERSION }}" \
79
--title "PowerSync.Common@${{ env.COMMON_VERSION }}" \
80
- --notes-file /tmp/release_notes_common.md \
81
- --target ${{ github.sha }} \
+ --target main
+ --generate-notes \
82
--prerelease \
83
--draft \
84
${{ github.workspace }}/output/PowerSync.Common*.nupkg
85
gh release create "PowerSync.Maui@${{ env.MAUI_VERSION }}" \
86
--title "PowerSync.Maui@${{ env.MAUI_VERSION }}" \
87
- --notes-file /tmp/release_notes_maui.md \
88
89
90
91
${{ github.workspace }}/output/PowerSync.Maui*.nupkg
0 commit comments