Skip to content

Release v6.0.0 (#254) #22

Release v6.0.0 (#254)

Release v6.0.0 (#254) #22

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 }}