Add waits for post-release steps for improved visibility (#1480) #36
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Release Drafter | |
on: | |
push: | |
branches: [staging] | |
workflow_dispatch: {} | |
concurrency: ${{ github.workflow }} | |
jobs: | |
draft: | |
uses: matrix-org/matrix-js-sdk/.github/workflows/release-drafter-workflow.yml@develop | |
with: | |
include-changes: element-hq/element-web@$VERSION |