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 2bdfab6 commit c7023f7Copy full SHA for c7023f7
.github/workflows/release.yml
@@ -33,13 +33,6 @@ jobs:
33
token: ${{ secrets.GITHUB_TOKEN }}
34
future_release: ${{ steps.version.outputs.next-version }}
35
36
- - name: Generate changelog for the release
37
- uses: charmixer/auto-changelog-action@v1
38
- with:
39
- token: ${{ secrets.GITHUB_TOKEN }}
40
- since_tag: ${{ steps.previoustag.outputs.tag }}
41
- future_release: ${{ steps.version.outputs.next-version }}
42
- output: CHANGELOGRELEASE.md
43
44
- name: update inspec.yml
45
uses: mikefarah/yq@3.2.1
@@ -60,6 +53,7 @@ jobs:
60
53
- name: Generate changelog for the release
61
54
run: |
62
55
sed '/## \[${{ steps.previoustag.outputs.tag }}\]/Q' CHANGELOG.md > CHANGELOGRELEASE.md
56
+
63
57
- name: Read CHANGELOG.md
64
58
id: package
65
59
uses: juliangruber/read-file-action@v1
0 commit comments