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 7d5dc9b commit ebae7b8Copy full SHA for ebae7b8
.github/workflows/deploy.yaml
@@ -24,6 +24,7 @@ jobs:
24
uses: actions/checkout@v4
25
26
- name: Update version
27
+ id: update-version
28
run: bash .github/scripts/bump_version.sh ${{ inputs.version_type }}
29
30
- name: Commit Changes
@@ -39,7 +40,7 @@ jobs:
39
40
41
- name: Build plugin
42
working-directory: plugin
- 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
44
45
- name: Create tag
46
run: |
0 commit comments