Skip to content

Bump tmp from 0.2.1 to 0.2.4 #5

Bump tmp from 0.2.1 to 0.2.4

Bump tmp from 0.2.1 to 0.2.4 #5

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