Skip to content

Commit

Permalink
Trigger publish only after generating changelog (#127)
Browse files Browse the repository at this point in the history
Trigger publish only after generating changelogs
  • Loading branch information
sdankel authored Jan 25, 2023
1 parent 66a8f01 commit 2409c60
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Generate changelog
name: Generate Changelog
on:
release:
types: [created, edited]
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/marketplace-publish.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: Publish Extension

on:
release:
types: [published]
workflow_run:
workflows: ['Generate Changelog']
types:
- completed

jobs:
build:
Expand Down

0 comments on commit 2409c60

Please sign in to comment.