Skip to content

chore: v6.1.0-rc4

chore: v6.1.0-rc4 #28

Workflow file for this run

name: Publish NPM Package
on:
push:
tags:
- 'v*'
jobs:
build-and-test:
uses: ./.github/workflows/main.yml
publish:
needs: build-and-test
uses: iExecBlockchainComputing/github-actions-workflows/.github/workflows/[email protected]
secrets:
npm-token: ${{ secrets.NPM_TOKEN }}