feat: publish gh-pages with tag name as commit message

This commit is contained in:
kunish 2023-09-28 15:57:58 +08:00
parent fe12f933f5
commit 336b9545e6
No known key found for this signature in database
GPG Key ID: 647A12B4F782C430

View File

@ -49,6 +49,7 @@ jobs:
publish_dir: ./dist
force_orphan: true
cname: d.metacubex.one
commit_message: ${{ needs.release-please.outputs.tag_name }}
- name: compress dist
run: tar czvf compressed-dist.tgz -C dist .