devops: fix version for workflow_dispatch package publishing trigger (#9966)

This commit is contained in:
Andrey Lushnikov 2021-11-02 03:42:00 -07:00 committed by GitHub
parent 3b545b86bc
commit 1540d19947
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ jobs:
- name: "@next: publish with commit timestamp (triggered manually)"
if: contains(github.ref, 'master') && github.event_name == 'workflow_dispatch'
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
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}