Skip to content

Commit

Permalink
Fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aymeric-dispa committed Apr 19, 2023
1 parent 4f96e3c commit 3d21210
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-driver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: "Download metabase"
run: wget https://downloads.metabase.com/${{ github.event.inputs.metabase-version }}/metabase.jar
run: wget https://downloads.metabase.com/${{ inputs.metabase-version }}/metabase.jar
- name: "Maven install"
run: |
mkdir repo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
metabase-version: v0.46.1
publish:
runs-on: ubuntu-latest
needs: [build-metabase, build-driver]
needs: [build-driver]
steps:
- name: Download jar file
uses: actions/download-artifact@v2
Expand Down

0 comments on commit 3d21210

Please sign in to comment.