We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34c7dda commit c6844daCopy full SHA for c6844da
1 file changed
.github/workflows/release.yml
@@ -70,14 +70,12 @@ jobs:
70
run: |
71
gh release create "PowerSync.Common@${{ env.COMMON_VERSION }}" \
72
--prerelease \
73
- --draft \
74
--title "PowerSync.Common@${{ env.COMMON_VERSION }}" \
75
--target main \
76
--generate-notes \
77
${{ github.workspace }}/output/PowerSync.Common*.nupkg
78
gh release create "PowerSync.Maui@${{ env.MAUI_VERSION }}" \
79
80
81
--title "PowerSync.Maui@${{ env.MAUI_VERSION }}" \
82
83
0 commit comments