Skip to content

Merge pull request #13 from SimformSolutionsPvtLtd/develop #1

Merge pull request #13 from SimformSolutionsPvtLtd/develop

Merge pull request #13 from SimformSolutionsPvtLtd/develop #1

Workflow file for this run

name: '🚀 Publish'
on:
push:
branches:
- master
jobs:
release:
name: 🚀 Publish
runs-on: macos-11
steps:
- name: 📚 checkout
uses: actions/checkout@v2.4.2
- name: 🟢 node
uses: actions/setup-node@v3.3.0
with:
node-version: 16
registry-url: https://registry.npmjs.org
- name: 🚀 Build & Publish
run: yarn install && yarn build && yarn publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}