Skip to content

Commit

Permalink
Run publish action after release action
Browse files Browse the repository at this point in the history
  • Loading branch information
panpeter committed Jul 13, 2022
1 parent 383c446 commit a0d73d8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ name: Publish package to GitHub Packages

on:
release:
types: [ created ]
types: [ published ]
workflow_run:
workflows: [ Release ]
types: [ completed ]

jobs:
publish:
Expand Down

0 comments on commit a0d73d8

Please sign in to comment.