Skip to content

Add publish_bumped_packages in GHA #1

Add publish_bumped_packages in GHA

Add publish_bumped_packages in GHA #1

name: Publish Bumped Packages
on:
push:
branches:
- "main"
- "*-stable"
jobs:
runs-on: ubuntu-latest

Check failure on line 10 in .github/workflows/publish_bumped_packages.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/publish_bumped_packages.yml

Invalid workflow file

You have an error in your yaml syntax on line 10
steps:
- name: Checkout
uses: actions/[email protected]
- name: Setup node.js
uses: ./.github/actions/setup-node
- name: Build packages
command: yarn build
- name: Set NPM auth token
run: echo "//registry.npmjs.org/:_authToken=${CIRCLE_NPM_TOKEN}" > ~/.npmrc
- name: Find and publish all bumped packages
run: node ./scripts/releases-ci/publish-updated-packages.js