Skip to content

archery-monorepo-release #2

archery-monorepo-release

archery-monorepo-release #2

name: archery-monorepo-release
on:
release:
types: [published]
permissions:
contents: read
pages: write
id-token: write
concurrency:
group: "pages"
cancel-in-progress: false
jobs:
deploy-prod:
uses: ./.github/workflows/maven-deploy-prod.yml
with:
version: ${{ github.event.release.tag_name }}
secrets: inherit
deploy-doc:
uses: ./.github/workflows/maven-deploy-doc.yml
with:
version: ${{ github.event.release.tag_name }}