Skip to content

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

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 #109

Workflow file for this run

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