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