devops: fix version for workflow_dispatch package publishing trigger (#9966)
This commit is contained in:
parent
3b545b86bc
commit
1540d19947
2
.github/workflows/publish_canary.yml
vendored
2
.github/workflows/publish_canary.yml
vendored
|
|
@ -26,7 +26,7 @@ jobs:
|
||||||
- name: "@next: publish with commit timestamp (triggered manually)"
|
- name: "@next: publish with commit timestamp (triggered manually)"
|
||||||
if: contains(github.ref, 'master') && github.event_name == 'workflow_dispatch'
|
if: contains(github.ref, 'master') && github.event_name == 'workflow_dispatch'
|
||||||
run: |
|
run: |
|
||||||
node utils/build/update_canary_version.js --today-date
|
node utils/build/update_canary_version.js --commit-timestamp
|
||||||
utils/publish_all_packages.sh --next
|
utils/publish_all_packages.sh --next
|
||||||
env:
|
env:
|
||||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue