Skip to content

Commit 57103de

Browse files
committed
fix: 커밋 시 계정 설정
1 parent 6754098 commit 57103de

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy-extension.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,11 @@ jobs:
8787
- name: Commit version bump
8888
if: success()
8989
run: |
90-
git config --local user.email "github-actions[bot]@users.noreply.github.com"
91-
git config --local user.name "github-actions[bot]"
90+
git config --local user.email "${{ secrets.EMAIL }}"
91+
git config --local user.name "${{ secrets.USERNAME }}"
9292
git add apps/extension/manifest.json
9393
git commit -m "chore: bump extension version to ${{ env.VERSION }} [skip ci]"
94-
git push
94+
git push origin HEAD:dev
9595
9696
- name: Restore original manifest on failure
9797
if: failure()

0 commit comments

Comments
 (0)