Skip to content

Merge pull request #15 from coinsambacom/feat/pagcripto_otc_all_tickers #57

Merge pull request #15 from coinsambacom/feat/pagcripto_otc_all_tickers

Merge pull request #15 from coinsambacom/feat/pagcripto_otc_all_tickers #57

Workflow file for this run

name: Release
on:
push:
tags:
- v*
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
# - run : npm ci --ignore-scripts
- name: Install packages
run: yarn
- name: Publish to npm
run: |
npm config set //registry.npmjs.org/:_authToken ${NPM_TOKEN}
npm publish --ignore-scripts
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}