Skip to content

Commit abcdd94

Browse files
committed
Fix: Add provenance of release to commit message
Fixes ff2ee79.
1 parent fadc884 commit abcdd94

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,5 @@ jobs:
4545
git add .
4646
git config user.name github-actions
4747
git config user.email github-actions@github.com
48-
git commit -F - <<EOF
49-
Add latest update-site for version ${GITHUB_REF##*/}" -m "Created from ${{ github.sha }}"
48+
git commit -m "Add latest update-site for version ${GITHUB_REF##*/}" -m "Created from ${{ github.sha }}"
5049
git push origin gh-pages

0 commit comments

Comments
 (0)