Skip to content

Commit e1a988e

Browse files
committed
ワークフロー修正
1 parent d24db02 commit e1a988e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-publish.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ jobs:
4444
git remote set-url origin https://github-actions:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}
4545
git config --global user.name "${GITHUB_ACTOR}"
4646
git config --global user.email "${GITHUB_ACTOR}@users.noreply.github.com"
47-
git add src/
48-
git commit -m "$(date +'%Y-%m-%d') Update"
49-
git push origin HEAD:${GITHUB_REF}
47+
git add -A
48+
git commit -m "${{ github.event.release.name }} - Updated"
49+
git push origin HEAD:main
5050
5151
- name: Package install
5252
run: npm install

0 commit comments

Comments
 (0)