Skip to content

Commit 4a41b35

Browse files
authored
Update release.yml
1 parent 2f47f5f commit 4a41b35

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
3939
- name: Update README with new version and checksum
4040
run: |
41+
cd ${{ github.workspace }}
4142
version=${{ steps.latest.outputs.output }}
4243
export checksum=$(sha256sum sqlc-gen-better-python.wasm | awk '{print $1}')
4344
export escaped_url="https://github.com/rayakame/sqlc-gen-better-python/releases/download/${version}/sqlc-gen-better-python.wasm"

0 commit comments

Comments
 (0)