Skip to content

Commit df96a67

Browse files
authored
Update main.yml
1 parent 28257b1 commit df96a67

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ name: Auto Bump Version
44
on:
55
push:
66
branches:
7+
#- '*'
8+
#- '*/*'
9+
#- '**'
710
- 'main'
811

912
permissions:
@@ -38,3 +41,5 @@ jobs:
3841
git add package.json package-lock.json
3942
git commit -m "chore: bump version"
4043
git push
44+
env:
45+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)