Skip to content
This repository has been archived by the owner on Oct 21, 2023. It is now read-only.

Merge pull request #250 from scala-steward/update/sbt-1.9.3 #58

Merge pull request #250 from scala-steward/update/sbt-1.9.3

Merge pull request #250 from scala-steward/update/sbt-1.9.3 #58

Workflow file for this run

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