Skip to content

Merge pull request #297 from scala-steward/update/2.3.x/patches #77

Merge pull request #297 from scala-steward/update/2.3.x/patches

Merge pull request #297 from scala-steward/update/2.3.x/patches #77

Workflow file for this run

name: Publish
on:
push:
branches: # Snapshots
- 2.3.x
tags: ["**"] # Releases
release:
types: [published]
jobs:
publish-artifacts:
name: Publish / Artifacts
uses: playframework/.github/.github/workflows/publish.yml@v3
secrets: inherit