Skip to content

Commit

Permalink
temp snapshots10
Browse files Browse the repository at this point in the history
  • Loading branch information
skin27 committed Sep 8, 2023
1 parent 59282de commit 9f3e616
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/release-snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,27 +19,13 @@ jobs:
- name: Delete older snapshots
run: echo "hello"

call-full-release-jars:
needs: delete_old_snapshots
uses: ./.github/workflows/release-jars.yml
secrets: inherit
with:
module: 'full'

call-integration-release-jars:
needs: delete_old_snapshots
uses: ./.github/workflows/release-jars.yml
secrets: inherit
with:
module: 'integration'

call-broker-release-jars:
needs: delete_old_snapshots
uses: ./.github/workflows/release-jars.yml
secrets: inherit
with:
module: 'broker'

call-headless-release-jars:
needs: delete_old_snapshots
uses: ./.github/workflows/release-jars.yml
Expand Down

0 comments on commit 9f3e616

Please sign in to comment.