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 2f47f5f commit 4a41b35Copy full SHA for 4a41b35
.github/workflows/release.yml
@@ -38,6 +38,7 @@ jobs:
38
39
- name: Update README with new version and checksum
40
run: |
41
+ cd ${{ github.workspace }}
42
version=${{ steps.latest.outputs.output }}
43
export checksum=$(sha256sum sqlc-gen-better-python.wasm | awk '{print $1}')
44
export escaped_url="https://github.com/rayakame/sqlc-gen-better-python/releases/download/${version}/sqlc-gen-better-python.wasm"
0 commit comments