Browse Source

chore: add `set-tag` reference

Signed-off-by: Pranav C <pranavxc@gmail.com>
pull/2435/head
Pranav C 2 years ago
parent
commit
9c18c333ed
  1. 2
      .github/workflows/release-pr.yml

2
.github/workflows/release-pr.yml

@ -109,7 +109,7 @@ jobs:
leave-executable-comment:
if: ${{ github.actor != 'dependabot[bot]' && github.event.pull_request.draft == false }}
runs-on: 'ubuntu-latest'
needs: [release-executables]
needs: [release-executables, set-tag]
steps:
- uses: peter-evans/commit-comment@v2
with:

Loading…
Cancel
Save