Skip to content

Commit

Permalink
ci: fix syntax errors in release workflow (#709)
Browse files Browse the repository at this point in the history
  • Loading branch information
fgreinacher authored Feb 23, 2021
1 parent 501cf9d commit 047fdc0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
name: Release
on:
release:
types: [published]

jobs:
release:
name: Comment on relevant PRs and issues
runs-on: ubuntu-latest
steps:
- uses: apexskier/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
comment-template: |
This is addressed in release {release_link}.
label-template: state: released
label-template: |
state: released

0 comments on commit 047fdc0

Please sign in to comment.