Skip to content

Commit 6688c4f

Browse files
committed
fix(ci): reusable workflows can only run as separate jobs
1 parent 422bcb3 commit 6688c4f

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/on_release_notes.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ jobs:
2626
- name: Output release tag version
2727
run: |
2828
echo "RELEASE_TAG_VERSION: ${RELEASE_TAG_VERSION}"
29-
- name: Rebuild changelog
30-
uses: ./.github/workflows/reusable_publish_changelog.yml
31-
- name: Setup debugging session
32-
if: ${{ failure() }}
33-
uses: mxschmitt/action-tmate@v3
29+
30+
changelog:
31+
needs: release
32+
uses: ./.github/workflows/reusable_publish_changelog.yml

0 commit comments

Comments
 (0)