Skip to content

Commit

Permalink
feat: publish gh-pages with tag name as commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
kunish committed Sep 28, 2023
1 parent fe12f93 commit 336b954
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
Expand Down

0 comments on commit 336b954

Please sign in to comment.