Skip to content

Update repo url

Update repo url #19

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