Skip to content

Commit

Permalink
release v1.0.5
Browse files Browse the repository at this point in the history
Signed-off-by: TennyZhuang <[email protected]>
  • Loading branch information
TennyZhuang committed Dec 29, 2022
1 parent fc38788 commit 80fef93
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: target/sqllogictest-jdbc-runner-1.0.1-jar-with-dependencies.jar
asset_name: sqllogictest-jdbc-runner-1.0.1-jar-with-dependencies.jar
asset_path: target/sqllogictest-jdbc-runner-1.0.5-jar-with-dependencies.jar
asset_name: sqllogictest-jdbc-runner-1.0.5-jar-with-dependencies.jar
asset_content_type: application/java-archive
- name: Publish release
uses: StuYarrow/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.risingwave.sqllogictest</groupId>
<artifactId>sqllogictest-jdbc-runner</artifactId>
<version>1.0.1</version>
<version>1.0.5</version>

<name>sqllogictest-jdbc-runner</name>
<url>https://github.com/risinglightdb/sqllogictest-rs</url>
Expand Down

0 comments on commit 80fef93

Please sign in to comment.