We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 388bef3 commit 9826184Copy full SHA for 9826184
.github/workflows/deploy-swit.yml
@@ -90,6 +90,9 @@ jobs:
90
gh release upload "${{ needs.draft_release.outputs.tag }}" PowersyncKotlinRelease.zip
91
92
- name: "Update release description"
93
+ env:
94
+ GH_TOKEN: ${{ github.token }}
95
+ GH_REPO: ${{ github.repository }}
96
shell: bash
97
run: |
98
checksums=$(sha256sum PowersyncKotlinRelease.zip)
.github/workflows/deploy.yml
@@ -110,6 +110,9 @@ jobs:
110
111
112
113
114
115
116
117
118
0 commit comments