Skip to content

Merge pull request #12267 from mkurz/comet_nonce #1

Merge pull request #12267 from mkurz/comet_nonce

Merge pull request #12267 from mkurz/comet_nonce #1

Workflow file for this run

name: Publish
on:
push:
branches: # Snapshots
- main
tags: ["**"] # Releases
release:
types: [published]
permissions:
contents: read # for checkout
jobs:
publish-artifacts:
name: Publish / Artifacts
uses: playframework/.github/.github/workflows/publish.yml@v3
with:
extra-coursier-cache-key: "publish"
secrets: inherit