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 3d617a4 commit d22c943Copy full SHA for d22c943
.github/workflows/prepare-tag.yml
@@ -39,18 +39,12 @@ jobs:
39
fi
40
41
changelog:
42
- runs-on: ubuntu-latest
43
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 }}
+ uses: codesnippetspro/.github-private/.github/workflows/changelog.yml@main
+ with:
+ repo: ${{ github.repository }}
+ branch: ${{ github.ref_name }}
+ tag: ${{ needs.get-version.outputs.version }}
54
55
git-push:
56
runs-on: ubuntu-latest
0 commit comments