Skip to content

Commit

Permalink
devops: attempt to fix npm canary publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
aslushnikov committed Feb 12, 2021
1 parent 449adfd commit 9d2269d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_canary_npm.yml
Expand Up @@ -22,9 +22,9 @@ jobs:
- run: npm ci
- run: npm run build
- run: node utils/build/update_canary_version.js --today-date
if: contains(github.ref, "master")
if: contains(github.ref, 'master')
- run: node utils/build/update_canary_version.js --commit-timestamp
if: contains(github.ref, "release")
if: contains(github.ref, 'release')
- run: utils/publish_all_packages.sh --tip-of-tree
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit 9d2269d

Please sign in to comment.