We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecf0660 commit c6ad156Copy full SHA for c6ad156
1 file changed
.github/workflows/release.yml
@@ -76,16 +76,16 @@ jobs:
76
GH_TOKEN: ${{ github.token }}
77
run: |
78
gh release create "PowerSync.Common@${{ env.COMMON_VERSION }}" \
79
+ --prerelease \
80
+ --draft \
81
--title "PowerSync.Common@${{ env.COMMON_VERSION }}" \
82
--target main
83
--generate-notes \
- --prerelease \
- --draft \
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