Skip to content

Merge pull request #51 from SimformSolutionsPvtLtd/develop #5

Merge pull request #51 from SimformSolutionsPvtLtd/develop

Merge pull request #51 from SimformSolutionsPvtLtd/develop #5

Workflow file for this run

name: "πŸš€ Publish"
on:
push:
branches:
- main
jobs:
release:
name: πŸš€ Publish
runs-on: macos-11
steps:
- name: πŸ“š checkout
uses: actions/[email protected]
- name: 🟒 node
uses: actions/[email protected]
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}}