Skip to content

Commit

Permalink
Update extension-update-pom.yml (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
sayaliM0412 authored Sep 5, 2024
1 parent 7576c11 commit 75100ac
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/extension-update-pom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,10 @@ name: Update pom.xml with latest OSS Release
on:
workflow_dispatch:
repository_dispatch:
types: [ oss-released-version ]
types: [oss-released-version]

jobs:
update-pom-oss-version:
runs-on:
ubuntu-latest:
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Update pom.xml with latest OSS version
uses: liquibase/build-logic/.github/workflows/[email protected]
secrets: inherit
uses: liquibase/build-logic/.github/workflows/[email protected]
secrets: inherit

0 comments on commit 75100ac

Please sign in to comment.