File tree Expand file tree Collapse file tree 4 files changed +7
-9
lines changed Expand file tree Collapse file tree 4 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 66jobs :
77 build :
88 runs-on : ubuntu-latest
9- if : " !startsWith(github.event.head_commit.message, '[🚀 Release]')"
9+ if : " !startsWith(github.event.head_commit.message, '[🚀 Release Beta ]')"
1010 steps :
1111 - uses : actions/checkout@v2
1212 with :
2323 - run : npm run pre-commit
2424 - id : pkgjson
2525 run : chmod +x ./scripts/version.sh && ./scripts/version.sh
26- - run : git add . && git commit -m "[🚀 Release] v${{ steps.pkgjson.outputs.pkgversion }}" && git push
26+ - run : git add . && git commit -m "[🚀 Release Beta ] v${{ steps.pkgjson.outputs.pkgversion }}" && git push
2727 - run : npm publish --tag beta
2828 env :
2929 NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
3232 - run : npm run pre-commit
3333 - id : nextnightly
3434 run : chmod +x ./scripts/version.sh && ./scripts/version.sh
35- - run : git add . && git commit -m "[🚀 Release] v${{ steps.nextnightly.outputs.pkgversion }}" && git push
35+ - run : git add . && git commit -m "[🚀 Release Nightly ] v${{ steps.nextnightly.outputs.pkgversion }}" && git push
Original file line number Diff line number Diff line change 55jobs :
66 build :
77 runs-on : ubuntu-latest
8- if : " !startsWith(github.event.head_commit.message, '[🚀 Release]') || startsWith(github.event.head_commit.message, '[🚀 Release] Nightly')"
8+ if : " !startsWith(github.event.head_commit.message, '[🚀 Release Nightly] ')"
99 steps :
1010 - uses : actions/checkout@v2
1111 with :
2323 - run : npm run pre-commit
2424 - id : pkgjson
2525 run : chmod +x ./scripts/version.sh && ./scripts/version.sh
26- - run : git add . && git commit -m "[🚀 Release] v${{ steps.pkgjson.outputs.pkgversion }}" && git push
26+ - run : git add . && git commit -m "[🚀 Release Nightly ] v${{ steps.pkgjson.outputs.pkgversion }}" && git push
2727 - run : npm publish --tag nightly
2828 env :
2929 NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 66jobs :
77 build :
88 runs-on : ubuntu-latest
9- if : " !startsWith(github.event.head_commit.message, '[🚀 Release]') || startsWith(github.event.head_commit.message, '[🚀 Release] Nightly')"
109 steps :
1110 - uses : actions/checkout@v2
1211 with :
Original file line number Diff line number Diff line change 1- # v2.0.5 (January 15 , 2022)
1+ # v2.0.6 (January 16 , 2022)
22
3- - Fix: remove tests from build
4- - Fix: translate()
3+ - Fix: CI/CD
54
65<!-- all-shields/sponsors-badges:START -->
76
You can’t perform that action at this time.
0 commit comments