Skip to content

Remove prettier formatting (#136) #4

Remove prettier formatting (#136)

Remove prettier formatting (#136) #4

Workflow file for this run

name: Release
on:
push:
tags:
- v*.*.*
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: "12.x"
registry-url: "https://registry.npmjs.org"
- run: yarn install && npx npm-publish-prerelease # Publish with dist-tag based on version
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}