Skip to content

Commit 48f72d8

Browse files
authored
Update release.yml
1 parent 7d75f2a commit 48f72d8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1+
---
12
name: New release
23

3-
on:
4+
on: # yamllint disable-line rule:truthy
5+
workflow_dispatch:
46
push:
57
branches:
68
- master
@@ -10,7 +12,7 @@ jobs:
1012
runs-on: ubuntu-latest
1113
name: create release draft
1214
steps:
13-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v3
1416
with:
1517
fetch-depth: 0
1618
ref: master

0 commit comments

Comments
 (0)