Skip to content

Commit d0bbe3f

Browse files
committed
ci: test
1 parent af636a4 commit d0bbe3f

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

.github/workflows/release-test.yml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -72,29 +72,6 @@ jobs:
7272
echo "Target version: $VERSION" >> $GITHUB_STEP_SUMMARY
7373
echo "Version tag: v$VERSION" >> $GITHUB_STEP_SUMMARY
7474
75-
- name: Make changelog
76-
run: |
77-
yarn changelog --release ${{ steps.target-version.outputs.version }}
78-
79-
- name: Extract Changelog
80-
id: changelog
81-
uses: zogot/kacl-parser@1.0.0
82-
with:
83-
version: ${{ steps.target-version.outputs.version }}
84-
85-
- name: Commit changes
86-
id: commit
87-
uses: iarekylew00t/verified-bot-commit@v2
88-
with:
89-
token: ${{ steps.setup-git.outputs.token }}
90-
files: |
91-
package.json
92-
CHANGELOG.md
93-
message: |
94-
version: bump version to ${{ steps.target-version.outputs.version }}
95-
96-
${{ steps.changelog.outputs.release }}
97-
9875
- name: Create Tag
9976
id: tagging
10077
shell: bash

0 commit comments

Comments
 (0)