Skip to content

Play JSON 2.10.3

Play JSON 2.10.3 #235

Workflow file for this run

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