Skip to content

Commit

Permalink
Update attach-artifact-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Alejandro Alvarez authored Dec 18, 2023
1 parent d4df068 commit 33017cc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/attach-artifact-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,13 @@ on:
pull_request:
types:
- closed
push:
branches:
- main

jobs:
attach-artifact-to-release:
uses: liquibase/build-logic/.github/workflows/[email protected].7
uses: liquibase/build-logic/.github/workflows/[email protected].9
secrets: inherit
with:
extraCommand: mvn install:install-file -Dfile=lib/GoogleBigQueryJDBC42.jar -DgroupId=com.simba.googlebigquery.jdbc -DartifactId=GoogleBigQueryJDBC42 -Dversion=4.2 -Dpackaging=jar

0 comments on commit 33017cc

Please sign in to comment.