File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ name: Release
22
33on :
44 push :
5- branches : [main, dev]
65 workflow_dispatch :
76
87permissions :
2322 uses : actions/setup-node@v4
2423 with :
2524 node-version : ' lts/*'
26- - run : npm install -g conventional-changelog-conventionalcommits
25+ - run : npm install conventional-changelog-conventionalcommits
2726 - name : Semantic Release (dry-run)
2827 run : npx semantic-release --dry-run
2928 env :
4140 uses : actions/setup-node@v4
4241 with :
4342 node-version : ' lts/*'
44- - run : npm install -g conventional-changelog-conventionalcommits
43+ - run : npm install conventional-changelog-conventionalcommits
4544 - name : Semantic Release
4645 run : npx semantic-release
4746 env :
Original file line number Diff line number Diff line change 11{
22 "branches" : [
33 " main" ,
4- {
5- "name" : " dev" ,
6- "channel" : " pre-release" ,
7- "prerelease" : " rc"
8- }
4+ {"name" : " dev" , "channel" : " pre-release" , "prerelease" : " rc" }
95 ],
106 "tagFormat" : " v${version}" ,
117 "plugins" : [
You can’t perform that action at this time.
0 commit comments