Skip to content

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

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

Workflow file for this run

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