Skip to content

Never trigger release process via UI, need to push tag by hand always… #244

Never trigger release process via UI, need to push tag by hand always…

Never trigger release process via UI, need to push tag by hand always… #244

Workflow file for this run

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