We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c720999 commit 711def2Copy full SHA for 711def2
.github/workflows/prepare-tag.yml
@@ -34,14 +34,12 @@ jobs:
34
fi
35
36
changelog:
37
- runs-on: ubuntu-latest
+ uses: codesnippetspro/.github-private/.github/workflows/changelog.yml@main
38
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
+ with:
+ repo: ${{ github.repository }}
+ branch: ${{ github.ref_name }}
+ tag: ${{ needs.get-version.outputs.version }}
45
46
git-push:
47
runs-on: ubuntu-latest
0 commit comments