We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
release-drafter.yml
1 parent b4c30b0 commit 081e2b8Copy full SHA for 081e2b8
.github/workflows/release-drafter.yml
@@ -4,7 +4,6 @@ on:
4
push:
5
branches:
6
- main
7
- - 1.x
8
workflow_dispatch:
9
10
jobs:
@@ -16,6 +15,6 @@ jobs:
16
15
needs: draft
17
18
name: App
19
- uses: TheDragonCode/github-notifications/.github/workflows/build.yml@1.x
+ uses: TheDragonCode/github-notifications/.github/workflows/build.yml@main
20
with:
21
tag: ${{ needs.draft.outputs.tag_name }}
0 commit comments