Skip to content

Commit 5526f6e

Browse files
authored
fix(ci): Skip changelog printing. (#66)
1 parent 0f42b64 commit 5526f6e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,10 @@ jobs:
7070
run: |
7171
echo "tag=$(cat dist/releasetag.txt)" >> $GITHUB_OUTPUT
7272
echo "version=$(cat dist/version.txt)" >> $GITHUB_OUTPUT
73-
echo "changelog=$(cat dist/changelog.md)" >> $GITHUB_OUTPUT
7473
- name: Output release data
7574
run: |
7675
echo ${{ steps.release_data.outputs.tag }}
7776
echo ${{ steps.release_data.outputs.version }}
78-
echo ${{ steps.release_data.outputs.changelog }}
7977
- name: Release GitHub
8078
env:
8179
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)