Skip to content

Merge pull request #79 from SimformSolutionsPvtLtd/develop #6

Merge pull request #79 from SimformSolutionsPvtLtd/develop

Merge pull request #79 from SimformSolutionsPvtLtd/develop #6

Workflow file for this run

name: "🚀 Publish"
on:
push:
branches:
- master
jobs:
release:
name: 🚀 Publish
runs-on: macos-13
steps:
- name: 📚 checkout
uses: actions/[email protected]
- name: 🟢 node
uses: actions/[email protected]
with:
node-version: 18
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}}