Skip to content

Commit 99c72e4

Browse files
committed
add commit target
1 parent d4acf3f commit 99c72e4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,14 @@ jobs:
7878
gh release create "PowerSync.Common@${{ env.COMMON_VERSION }}" \
7979
--title "PowerSync.Common@${{ env.COMMON_VERSION }}" \
8080
--notes-file /tmp/release_notes_common.md \
81+
--target ${{ github.sha }} \
8182
--prerelease \
8283
--draft \
8384
${{ github.workspace }}/output/PowerSync.Common*.nupkg
8485
gh release create "PowerSync.Maui@${{ env.MAUI_VERSION }}" \
8586
--title "PowerSync.Maui@${{ env.MAUI_VERSION }}" \
8687
--notes-file /tmp/release_notes_maui.md \
88+
--target ${{ github.sha }} \
8789
--prerelease \
8890
--draft \
8991
${{ github.workspace }}/output/PowerSync.Maui*.nupkg

0 commit comments

Comments
 (0)