Skip to content

Commit 388bef3

Browse files
committed
Fix shell to change release notes
1 parent 62630e6 commit 388bef3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-swit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
gh release upload "${{ needs.draft_release.outputs.tag }}" PowersyncKotlinRelease.zip
9191
9292
- name: "Update release description"
93-
shell: zsh
93+
shell: bash
9494
run: |
9595
checksums=$(sha256sum PowersyncKotlinRelease.zip)
9696
cat > RELEASE_NOTES <<- NOTES_END

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
gh release upload "${{ needs.draft_release.outputs.tag }}" PowersyncKotlinRelease.zip
111111
112112
- name: "Update release description"
113-
shell: zsh
113+
shell: bash
114114
run: |
115115
checksums=$(sha256sum PowersyncKotlinRelease.zip)
116116
cat > RELEASE_NOTES <<- NOTES_END

0 commit comments

Comments
 (0)