Skip to content

Rem 2377 enhance custom linting tool (#16) #18

Rem 2377 enhance custom linting tool (#16)

Rem 2377 enhance custom linting tool (#16) #18

Workflow file for this run

name: Publish
on:
push:
tags:
- 'v*'
jobs:
publish:
name: Publish
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v1
with:
node-version: '14'
registry-url: https://npm.pkg.github.com/
scope: '@wisersolutions'
- uses: actions/checkout@master
- run: npm i --frozen-lockfile
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}