Skip to content

Commit

Permalink
Add publish workflow (finally!)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurz committed Sep 30, 2022
1 parent 3be9456 commit 05f89d0
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
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

0 comments on commit 05f89d0

Please sign in to comment.