Skip to content

Commit ee2b09a

Browse files
Correct mistakes in workflow files
1 parent 326a753 commit ee2b09a

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/draft-new-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: "Draft new release"
22

33
on:
4-
issue: [opened]
4+
issues:
5+
types: [opened]
56

67
jobs:
78
draft-new-release:

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,8 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v2
1313
- name: Extract version from branch (what about hot fixes?)
14+
run: |
15+
echo "Hello world"
1416
- name: Make new release on GitHub
17+
run: |
18+
echo "Hello world"

0 commit comments

Comments
 (0)