Skip to content

Commit 67b67ac

Browse files
committed
actual fix
1 parent c6ad156 commit 67b67ac

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,13 @@ jobs:
7979
--prerelease \
8080
--draft \
8181
--title "PowerSync.Common@${{ env.COMMON_VERSION }}" \
82-
--target main
82+
--target main \
8383
--generate-notes \
8484
${{ github.workspace }}/output/PowerSync.Common*.nupkg
8585
gh release create "PowerSync.Maui@${{ env.MAUI_VERSION }}" \
8686
--prerelease \
8787
--draft \
8888
--title "PowerSync.Maui@${{ env.MAUI_VERSION }}" \
89-
--target main
89+
--target main \
9090
--generate-notes \
9191
${{ github.workspace }}/output/PowerSync.Maui*.nupkg

0 commit comments

Comments
 (0)