We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2cba13 commit db150bfCopy full SHA for db150bf
1 file changed
.github/workflows/publish.yml
@@ -7,6 +7,7 @@ on:
7
8
jobs:
9
publish:
10
+ if: github.actor != 'github-actions[bot]'
11
runs-on: ubuntu-latest
12
13
permissions:
@@ -32,9 +33,6 @@ jobs:
32
33
git config --global user.email "grafuls@gmail.com"
34
git config --global user.name "Your Name"
35
- - name: Pull latest
36
- run: git pull origin latest
37
-
38
- name: Bump version
39
run: bump2version patch # patch, minor, major
40
0 commit comments