Skip to content

Upd: POL new Contracts on sepolia #58

Upd: POL new Contracts on sepolia

Upd: POL new Contracts on sepolia #58

Workflow file for this run

name: NPM Package Release
on:
release:
types: [created]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: "12.x"
registry-url: https://registry.npmjs.org/
- run: npm install
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}