From 33017cccc8baf0d51c2314ccb9cf6debf292e988 Mon Sep 17 00:00:00 2001 From: Alejandro Alvarez Date: Mon, 18 Dec 2023 11:49:13 +0100 Subject: [PATCH] Update attach-artifact-release.yml --- .github/workflows/attach-artifact-release.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/attach-artifact-release.yml b/.github/workflows/attach-artifact-release.yml index 1cfe42ba..2f63522a 100644 --- a/.github/workflows/attach-artifact-release.yml +++ b/.github/workflows/attach-artifact-release.yml @@ -4,10 +4,13 @@ on: pull_request: types: - closed + push: + branches: + - main jobs: attach-artifact-to-release: - uses: liquibase/build-logic/.github/workflows/extension-attach-artifact-release.yml@v0.5.7 + uses: liquibase/build-logic/.github/workflows/extension-attach-artifact-release.yml@v0.5.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