Skip to content

Commit 711def2

Browse files
committed
fix: update reusable workflow ref
1 parent c720999 commit 711def2

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.github/workflows/prepare-tag.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,12 @@ jobs:
3434
fi
3535
3636
changelog:
37-
runs-on: ubuntu-latest
37+
uses: codesnippetspro/.github-private/.github/workflows/changelog.yml@main
3838
needs: get-version
39-
outputs:
40-
patch: ${{ steps.changelog.outputs.patch }}
41-
steps:
42-
- name: Prepare changelog
43-
id: changelog
44-
uses: codesnippetspro/.github-private/.github/workflows/changelog.yml@main
39+
with:
40+
repo: ${{ github.repository }}
41+
branch: ${{ github.ref_name }}
42+
tag: ${{ needs.get-version.outputs.version }}
4543

4644
git-push:
4745
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)