We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5add132 commit 21684aeCopy full SHA for 21684ae
2 files changed
.github/workflows/nightly.yml
@@ -63,7 +63,8 @@ jobs:
63
publish_branch: ${{ env.MANIFEST_BRANCH }}
64
publish_dir: dist/manifest
65
destination_dir: nightly
66
- full_commit_message: ${{ steps.nightly_meta.outputs.label }}
+ user_name: 'github-actions[bot]'
67
+ user_email: 'github-actions[bot]@users.noreply.github.com'
68
69
- name: Update nightly tag
70
run: |
.github/workflows/release.yml
@@ -56,7 +56,8 @@ jobs:
56
57
58
destination_dir: releases/${{ env.VERSION }}
59
- full_commit_message: "Release ${{ env.VERSION }}"
60
61
62
- name: Publish release
uses: softprops/action-gh-release@v2
0 commit comments