Skip to content

Commit c6ad156

Browse files
committed
fix
1 parent ecf0660 commit c6ad156

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,16 +76,16 @@ jobs:
7676
GH_TOKEN: ${{ github.token }}
7777
run: |
7878
gh release create "PowerSync.Common@${{ env.COMMON_VERSION }}" \
79+
--prerelease \
80+
--draft \
7981
--title "PowerSync.Common@${{ env.COMMON_VERSION }}" \
8082
--target main
8183
--generate-notes \
82-
--prerelease \
83-
--draft \
8484
${{ github.workspace }}/output/PowerSync.Common*.nupkg
8585
gh release create "PowerSync.Maui@${{ env.MAUI_VERSION }}" \
86+
--prerelease \
87+
--draft \
8688
--title "PowerSync.Maui@${{ env.MAUI_VERSION }}" \
8789
--target main
8890
--generate-notes \
89-
--prerelease \
90-
--draft \
9191
${{ github.workspace }}/output/PowerSync.Maui*.nupkg

0 commit comments

Comments
 (0)