Skip to content

Commit

Permalink
Merge pull request #520 from mkurz/fix_publish_again
Browse files Browse the repository at this point in the history
Fix publish again
  • Loading branch information
mkurz authored May 6, 2022
2 parents 588cbd9 + d0efa14 commit 796f3da
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ on:
push:
branches: # Snapshots
- main
tags: ['**'] # Releases
tags: # Releases
- '**'

jobs:
publish-artifacts:
name: Publish / Artifacts
uses: playframework/.github/.github/workflows/publish.yml@v2
uses: playframework/.github/.github/workflows/publish.yml@secrets-inherit
secrets: inherit

0 comments on commit 796f3da

Please sign in to comment.