Skip to content

Bump ajv from 6.12.2 to 6.14.0 #8

Bump ajv from 6.12.2 to 6.14.0

Bump ajv from 6.12.2 to 6.14.0 #8

Workflow file for this run

name: Primer Figma Theme
on: [push]
jobs:
publish:
name: Publish
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Install dependencies
run: yarn
- name: Publish to the npm registry
uses: "primer/publish@v2.0.0"
with:
args: "-- --unsafe-perm --allow-same-version"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}