Skip to content

Commit db150bf

Browse files
committed
fix: GHA recurssion
1 parent d2cba13 commit db150bf

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77

88
jobs:
99
publish:
10+
if: github.actor != 'github-actions[bot]'
1011
runs-on: ubuntu-latest
1112

1213
permissions:
@@ -32,9 +33,6 @@ jobs:
3233
git config --global user.email "grafuls@gmail.com"
3334
git config --global user.name "Your Name"
3435
35-
- name: Pull latest
36-
run: git pull origin latest
37-
3836
- name: Bump version
3937
run: bump2version patch # patch, minor, major
4038

0 commit comments

Comments
 (0)