Skip to content

Update Rust crate env_logger to 0.10.1 #5985

Update Rust crate env_logger to 0.10.1

Update Rust crate env_logger to 0.10.1 #5985

Workflow file for this run

name: NPM Publisher
on:
push:
branches:
- master
env:
CI: true
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
jobs:
publish:
runs-on: ubuntu-latest
steps:
# https://github.com/actions/checkout
- uses: actions/checkout@v4.1.1
with:
# Number of commits to fetch. 0 indicates all history for all branches and tags.
fetch-depth: 0
# Always use the oldest supported Node.js version here:
- name: Use Node.js 18.x
uses: actions/setup-node@v4.0.0
with:
node-version: 18.x
- name: Install Yarn dependencies
run: yarn install --immutable
- name: Publish NPM packages to the registry
run: yarn monorepo-babel-node scripts/publishNPMPackages.js