File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -2,15 +2,15 @@ name: Build and Release to npm
22on :
33 push :
44 branches :
5- - ' main'
5+ - " main"
6+ - " canary-*"
67
78# Cancel any previous run (see: https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#concurrency)
89concurrency :
910 group : ${{ github.workflow }}-${{ github.ref }}
1011 cancel-in-progress : true
1112
1213jobs :
13-
1414 release-job :
1515 runs-on : ubuntu-latest
1616 steps :
Original file line number Diff line number Diff line change 11branches :
22 - main
3+ - name : canary-*
4+ prerelease : true
5+ channel : canary
36plugins :
47 - - "@semantic-release/commit-analyzer"
58 - preset : " conventionalcommits"
Original file line number Diff line number Diff line change 11{
2- "name" : " camera-controls" ,
2+ "name" : " @abernier/ camera-controls" ,
33 "version" : " 0.0.0-semantic-release" ,
44 "author" : " Yomotsu" ,
55 "license" : " MIT" ,
99 "files" : [
1010 " dist"
1111 ],
12- "repository" : " yomotsu /camera-controls" ,
12+ "repository" : " abernier /camera-controls" ,
1313 "devDependencies" : {
1414 "@rollup/plugin-replace" : " ^6.0.2" ,
1515 "@rollup/plugin-typescript" : " ^12.1.4" ,
You can’t perform that action at this time.
0 commit comments