Skip to content

Bump lodash from 4.17.15 to 4.18.1 #10

Bump lodash from 4.17.15 to 4.18.1

Bump lodash from 4.17.15 to 4.18.1 #10

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 }}