Skip to content

chore: Bump package version to v6.1.0-rc1 (#275) #24

chore: Bump package version to v6.1.0-rc1 (#275)

chore: Bump package version to v6.1.0-rc1 (#275) #24

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