From 612c27b690fca2b19cd23a701cc4a57647aa76e7 Mon Sep 17 00:00:00 2001 From: Manthan Ankolekar Date: Wed, 28 Jun 2023 22:02:39 +0530 Subject: [PATCH] feat: updated --- .github/workflows/publish.yml | 29 ----------------------------- releases.json | 2 +- 2 files changed, 1 insertion(+), 30 deletions(-) delete mode 100644 .github/workflows/publish.yml diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml deleted file mode 100644 index 896c052..0000000 --- a/.github/workflows/publish.yml +++ /dev/null @@ -1,29 +0,0 @@ -name: NPM Package - -on: - release: - types: [published] - -jobs: - build: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - uses: actions/setup-node@v3 - with: - node-version: 16 - - run: npm ci - - publish-npm: - needs: build - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - uses: actions/setup-node@v3 - with: - node-version: 16 - registry-url: https://registry.npmjs.org/ - - run: npm ci - - run: npm publish - env: - NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}} \ No newline at end of file diff --git a/releases.json b/releases.json index eb8b982..ace14db 100644 --- a/releases.json +++ b/releases.json @@ -1,3 +1,3 @@ { - "version": "1.8.0" + "version": "1.9.0" } \ No newline at end of file