Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
RELEASE_BRANCHES: main
- name: Create release
uses: softprops/action-gh-release@v2
if: ${{ (steps.version.outputs.new_tag != '') }}
if: ${{ (steps.version.outputs.old_tag != '') }}
with:
tag_name: ${{ steps.version.outputs.new_tag }}
name: Release ${{ steps.version.outputs.new_tag }}
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugins:
- name: ts
wasm:
url: https://github.com/reload/sqlc-gen-typescript/releases/download/v0.0.6/plugin.wasm
sha256: e9a87231ce3c27092cd219347a9942d3d1a8b22c4f2e881fa804104e31708d5c
sha256: 1f17bc7dca5c9f3e63200d7b716bd87a264c92ca3362322573fb8263ba8d81bf
sql:
- schema: "schema.sql"
queries: "query.sql"
Expand Down Expand Up @@ -70,7 +70,7 @@ plugins:
- name: ts
wasm:
url: https://github.com/reload/sqlc-gen-typescript/releases/download/v0.0.6/plugin.wasm
sha256: e9a87231ce3c27092cd219347a9942d3d1a8b22c4f2e881fa804104e31708d5c
sha256: 1f17bc7dca5c9f3e63200d7b716bd87a264c92ca3362322573fb8263ba8d81bf
sql:
- engine: "postgresql"
queries: "query.sql"
Expand Down Expand Up @@ -257,7 +257,7 @@ plugins:
- name: ts
wasm:
url: https://github.com/reload/sqlc-gen-typescript/releases/download/v0.0.6/plugin.wasm
sha256: e9a87231ce3c27092cd219347a9942d3d1a8b22c4f2e881fa804104e31708d5c
sha256: 1f17bc7dca5c9f3e63200d7b716bd87a264c92ca3362322573fb8263ba8d81bf
sql:
- schema: "schema.sql"
queries: "query.sql"
Expand All @@ -278,7 +278,7 @@ plugins:
- name: ts
wasm:
url: https://github.com/reload/sqlc-gen-typescript/releases/download/v0.0.6/plugin.wasm
sha256: e9a87231ce3c27092cd219347a9942d3d1a8b22c4f2e881fa804104e31708d5c
sha256: 1f17bc7dca5c9f3e63200d7b716bd87a264c92ca3362322573fb8263ba8d81bf
sql:
- schema: "schema.sql"
queries: "query.sql"
Expand All @@ -300,7 +300,7 @@ plugins:
- name: ts
wasm:
url: https://github.com/reload/sqlc-gen-typescript/releases/download/v0.0.6/plugin.wasm
sha256: e9a87231ce3c27092cd219347a9942d3d1a8b22c4f2e881fa804104e31708d5c
sha256: 1f17bc7dca5c9f3e63200d7b716bd87a264c92ca3362322573fb8263ba8d81bf
sql:
- schema: "schema.sql"
queries: "query.sql"
Expand All @@ -321,7 +321,7 @@ plugins:
- name: ts
wasm:
url: https://github.com/reload/sqlc-gen-typescript/releases/download/v0.0.6/plugin.wasm
sha256: e9a87231ce3c27092cd219347a9942d3d1a8b22c4f2e881fa804104e31708d5c
sha256: 1f17bc7dca5c9f3e63200d7b716bd87a264c92ca3362322573fb8263ba8d81bf
sql:
- schema: "schema.sql"
queries: "query.sql"
Expand Down