Skip to content

Reactivate

Reactivate #20

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