Skip to content

Merge pull request #12812 from playframework/update/3.0.x/h2-2.3.230 #968

Merge pull request #12812 from playframework/update/3.0.x/h2-2.3.230

Merge pull request #12812 from playframework/update/3.0.x/h2-2.3.230 #968

Workflow file for this run

name: Publish
on:
push:
branches: # Snapshots
- 3.0.x
tags: ["**"] # Releases
permissions:
contents: read # for checkout
jobs:
publish-artifacts:
name: Publish / Artifacts
uses: playframework/.github/.github/workflows/publish.yml@v3
with:
extra-coursier-cache-key: "publish"
secrets: inherit