Skip to content

Commit

Permalink
ワークフロー修正
Browse files Browse the repository at this point in the history
  • Loading branch information
takecchi committed Sep 23, 2023
1 parent d24db02 commit e1a988e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ jobs:
git remote set-url origin https://github-actions:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}
git config --global user.name "${GITHUB_ACTOR}"
git config --global user.email "${GITHUB_ACTOR}@users.noreply.github.com"
git add src/
git commit -m "$(date +'%Y-%m-%d') Update"
git push origin HEAD:${GITHUB_REF}
git add -A
git commit -m "${{ github.event.release.name }} - Updated"
git push origin HEAD:main
- name: Package install
run: npm install
Expand Down

0 comments on commit e1a988e

Please sign in to comment.