File tree Expand file tree Collapse file tree 3 files changed +5
-14
lines changed Expand file tree Collapse file tree 3 files changed +5
-14
lines changed Original file line number Diff line number Diff line change 44 push :
55 branches :
66 - main
7- # - develop
7+ - next
88
99jobs :
1010 analyze :
Original file line number Diff line number Diff line change 1- name : Test Lint and Build
1+ name : Debug
22
33on :
44 push :
55 branches :
66 - main
7- # - develop
7+ - next
88
99jobs :
10- test :
11- name : Test
10+ debug :
11+ name : Debug
1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Checkout repository
Original file line number Diff line number Diff line change 44 repository_dispatch :
55 types : [semantic-release]
66
7- # workflow_dispatch:
8- # release:
9- # types: [created] # Runs only when a new GitHub Release is created
10-
117permissions :
128 contents : read
139
6460 GITHUB_TOKEN : ${{ secrets.GH_TOKEN }}
6561 NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
6662 run : npx semantic-release
67-
68- # - name: Publish to npm
69- # run: pnpm publish --access public
70- # env:
71- # NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
You can’t perform that action at this time.
0 commit comments