Skip to content

Commit 047fdc0

Browse files
authored
ci: fix syntax errors in release workflow (#709)
1 parent 501cf9d commit 047fdc0

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
1+
name: Release
12
on:
23
release:
34
types: [published]
45

56
jobs:
67
release:
8+
name: Comment on relevant PRs and issues
9+
runs-on: ubuntu-latest
710
steps:
811
- uses: apexskier/github-release-commenter@v1.2
912
with:
1013
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1114
comment-template: |
1215
This is addressed in release {release_link}.
13-
label-template: state: released
16+
label-template: |
17+
state: released

0 commit comments

Comments
 (0)