Skip to content

Commit

Permalink
ci: fix ci file
Browse files Browse the repository at this point in the history
  • Loading branch information
sunng87 committed Sep 8, 2024
1 parent f0bd19b commit 9492566
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-on-release.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
name: Release
on:
push:
tags:
Expand Down Expand Up @@ -40,3 +41,4 @@ jobs:
files: ${{ github.workspace }}/driver/target/greptimedb.metabase-driver.jar
generate_release_notes: true
prerelease: false
token: ${{ secrets.PAT }}

0 comments on commit 9492566

Please sign in to comment.