Skip to content

Bump braces from 3.0.2 to 3.0.3 (#161) #101

Bump braces from 3.0.2 to 3.0.3 (#161)

Bump braces from 3.0.2 to 3.0.3 (#161) #101

Workflow file for this run

name: IronWeb Snapshot
on:
push:
branches:
- main
jobs:
snapshot:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
with:
token: ${{ secrets.WORKFLOW_PAT }}
- uses: actions/setup-node@v2.1.2
with:
version: 18.x
- name: build and unit test
run: |
yarn
yarn test
- name: release snapshot
env:
GIT_PROJECT_NAME: "ironweb"
# $NPM_TOKEN Allows publishing to NPM on build
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
BRANCH: "main"
run: |
npm config set //registry.npmjs.org/:_authToken=$NPM_TOKEN
node ./.github/scripts/snapshot.js