We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4acf3f commit 99c72e4Copy full SHA for 99c72e4
1 file changed
.github/workflows/release.yml
@@ -78,12 +78,14 @@ jobs:
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 }} \
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