Skip to content

Commit

Permalink
🔧 (deploy-master-snapshot.yml): update workflow to use build-extensio…
Browse files Browse the repository at this point in the history
…n-jar.yml for better build process

✨ (deploy-master-snapshot.yml): add parameters for extension and groupId to customize the deployment process
  • Loading branch information
jandroav committed Jan 20, 2025
1 parent 2e602db commit 2d226ac
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy-master-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,8 @@ on:

jobs:
extension-deploy-master-snapshot:
uses: liquibase/build-logic/.github/workflows/extension-deploy-master-snapshot.yml@main
uses: liquibase/build-logic/.github/workflows/build-extension-jar.yml@main
secrets: inherit
with:
extension: liquibase-test-harness
groupId: org.liquibase

0 comments on commit 2d226ac

Please sign in to comment.