ci(release-commenter): unlock issue in order to comment

This commit is contained in:
Elliot DeNolf
2024-09-08 18:55:14 -04:00
parent 59f4d125ab
commit 3dd3f5b135
6 changed files with 154 additions and 62 deletions

View File

@@ -3,7 +3,7 @@ name: post-release
on:
release:
types:
# - published
# - published # Re-enable this line for this to work with 2.x releases
- prereleased
workflow_dispatch:
@@ -19,6 +19,8 @@ jobs:
- run: echo "npm_version=$(npm pkg get version | tr -d '"')" >> "$GITHUB_ENV"
- uses: ./.github/actions/release-commenter
continue-on-error: true
env:
ACTIONS_STEP_DEBUG: true
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
tag-filter: 'v\d'