File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1818 - run : git config --global user.name 'Patryk Rzucidlo (@PTKDev)'
1919 -
run :
git config --global user.email '[email protected] ' 2020 - run : npm ci
21- - run : npm run github-workflow-next-version --cmd beta
21+ - run : npm run github-workflow-next-version -- -- cmd beta
2222 - run : npm run release
2323 - run : npm run pre-commit
2424 - id : pkgjson
2828 env :
2929 NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
3030 - run : git fetch --all && git checkout nightly
31- - run : npm run github-workflow-next-version --cmd nightly-next
31+ - run : npm run github-workflow-next-version -- -- cmd nightly-next
3232 - run : npm run pre-commit
3333 - id : nextnightly
3434 run : chmod +x ./scripts/version.sh && ./scripts/version.sh
Original file line number Diff line number Diff line change 1818 - run : git config --global user.name 'Patryk Rzucidlo (@PTKDev)'
1919 -
run :
git config --global user.email '[email protected] ' 2020 - run : npm ci
21- - run : npm run github-workflow-next-version --cmd main
21+ - run : npm run github-workflow-next-version -- -- cmd main
2222 - run : npm run release
2323 - run : npm run pre-commit
2424 - id : pkgjson
Original file line number Diff line number Diff line change 1818 - run : git config --global user.name 'Patryk Rzucidlo (@PTKDev)'
1919 -
run :
git config --global user.email '[email protected] ' 2020 - run : npm ci
21- - run : npm run github-workflow-next-version --cmd nightly
21+ - run : npm run github-workflow-next-version -- -- cmd nightly
2222 - run : npm run pkg-upgrade
2323 - run : npm run release
2424 - run : npm run pre-commit
You can’t perform that action at this time.
0 commit comments