We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3b510e commit 166ac6eCopy full SHA for 166ac6e
.github/workflows/release.yml
@@ -69,13 +69,11 @@ jobs:
69
GH_TOKEN: ${{ github.token }}
70
run: |
71
gh release create "PowerSync.Common@${{ env.COMMON_VERSION }}" \
72
- --prerelease \
73
--title "PowerSync.Common@${{ env.COMMON_VERSION }}" \
74
--target main \
75
--generate-notes \
76
${{ github.workspace }}/output/PowerSync.Common*.nupkg
77
gh release create "PowerSync.Maui@${{ env.MAUI_VERSION }}" \
78
79
--title "PowerSync.Maui@${{ env.MAUI_VERSION }}" \
80
81
0 commit comments