From 491dd808d34b1c5b90387821fd49db58c0778025 Mon Sep 17 00:00:00 2001 From: Nate Geier Date: Mon, 8 Mar 2021 17:31:23 +0000 Subject: [PATCH] Next release --- .github/workflows/npm-publish.yml | 21 +++++++++++---------- package.json | 2 +- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index be2b2994d..42702e7af 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -1,17 +1,18 @@ -name: Npm Publish +name: NPM-publish on: - release: - types: [published] + release: + types: [published] + jobs: - build: - runs-on: ubuntu-latest + publish: + runs-on: ubuntu-latest steps: - — uses: actions/checkout@v2 - — uses: actions/setup-node@v1 + - uses: actions/checkout@v2 + - uses: actions/setup-node@v1 with: node-version: 12 registry-url: https://registry.npmjs.org/ - — run: yarn install - — run: npm publish — access public + - run: npm install + - run: npm publish — access public env: - NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}} \ No newline at end of file + NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }} diff --git a/package.json b/package.json index 44c82e18b..210456b65 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mintbase", - "version": "0.0.2", + "version": "0.0.3", "description": "Mint, sell, transfer NFTs on the NEAR blockchain", "main": "index.js", "scripts": {