Skip to content

Commit 529cba9

Browse files
committed
chore(ci): adds github release
1 parent 6ae8f11 commit 529cba9

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/release.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,18 @@ jobs:
6868
echo "tag_name=${tag_name}" >> "$GITHUB_OUTPUT"
6969
echo "commit_hash=${commit_hash}" >> "$GITHUB_OUTPUT"
7070
71+
- name: 🏷️ Generate Release changelog
72+
run: |
73+
# ================= 🏷️ Changelog =================
74+
75+
pnpm run release:changelog
76+
77+
- name: 📦 Push Release to github
78+
uses: softprops/action-gh-release@v2
79+
with:
80+
tag_name: ${{ inputs.tag-name || steps.push-tag.outputs.tag_name }}
81+
body_path: RELEASE.md
82+
7183
publish:
7284
name: ☁️ Publish
7385
needs: release

0 commit comments

Comments
 (0)