We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62630e6 commit 388bef3Copy full SHA for 388bef3
.github/workflows/deploy-swit.yml
@@ -90,7 +90,7 @@ jobs:
90
gh release upload "${{ needs.draft_release.outputs.tag }}" PowersyncKotlinRelease.zip
91
92
- name: "Update release description"
93
- shell: zsh
+ shell: bash
94
run: |
95
checksums=$(sha256sum PowersyncKotlinRelease.zip)
96
cat > RELEASE_NOTES <<- NOTES_END
.github/workflows/deploy.yml
@@ -110,7 +110,7 @@ jobs:
110
111
112
113
114
115
116
0 commit comments