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 0f42b64 commit 5526f6eCopy full SHA for 5526f6e
.github/workflows/release.yml
@@ -70,12 +70,10 @@ jobs:
70
run: |
71
echo "tag=$(cat dist/releasetag.txt)" >> $GITHUB_OUTPUT
72
echo "version=$(cat dist/version.txt)" >> $GITHUB_OUTPUT
73
- echo "changelog=$(cat dist/changelog.md)" >> $GITHUB_OUTPUT
74
- name: Output release data
75
76
echo ${{ steps.release_data.outputs.tag }}
77
echo ${{ steps.release_data.outputs.version }}
78
- echo ${{ steps.release_data.outputs.changelog }}
79
- name: Release GitHub
80
env:
81
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments