Skip to content

Commit d22c943

Browse files
committed
fix: restructure changelog job
1 parent 3d617a4 commit d22c943

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

.github/workflows/prepare-tag.yml

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -39,18 +39,12 @@ jobs:
3939
fi
4040
4141
changelog:
42-
runs-on: ubuntu-latest
4342
needs: get-version
44-
outputs:
45-
patch: ${{ steps.changelog.outputs.patch }}
46-
steps:
47-
- name: Create the changelog
48-
id: changelog
49-
uses: codesnippetspro/.github-private/.github/workflows/changelog.yml@main
50-
with:
51-
repo: ${{ github.repository }}
52-
branch: ${{ github.ref_name }}
53-
tag: ${{ needs.get-version.outputs.version }}
43+
uses: codesnippetspro/.github-private/.github/workflows/changelog.yml@main
44+
with:
45+
repo: ${{ github.repository }}
46+
branch: ${{ github.ref_name }}
47+
tag: ${{ needs.get-version.outputs.version }}
5448

5549
git-push:
5650
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)