Skip to content

Commit ebae7b8

Browse files
committed
fix: finally working hopefully
1 parent 7d5dc9b commit ebae7b8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
uses: actions/checkout@v4
2525

2626
- name: Update version
27+
id: update-version
2728
run: bash .github/scripts/bump_version.sh ${{ inputs.version_type }}
2829

2930
- name: Commit Changes
@@ -39,7 +40,7 @@ jobs:
3940

4041
- name: Build plugin
4142
working-directory: plugin
42-
run: GOOS=wasip1 GOARCH=wasm go build -o ../tests/sqlc-gen-java.wasm
43+
run: GOOS=wasip1 GOARCH=wasm go build -o ../sqlc-gen-java.wasm
4344

4445
- name: Create tag
4546
run: |

0 commit comments

Comments
 (0)