Skip to content

Commit

Permalink
Merge pull request #63 from SimformSolutionsPvtLtd/develop
Browse files Browse the repository at this point in the history
Release v1.4.2
  • Loading branch information
mukesh-simform authored Apr 1, 2024
2 parents 14ac8a4 + 795e4f0 commit fe7ebf1
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
23 changes: 0 additions & 23 deletions .github/workflows /publish.yml

This file was deleted.

23 changes: 23 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: "🚀 Publish"

on:
push:
branches:
- master

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}}

0 comments on commit fe7ebf1

Please sign in to comment.