Skip to content

fix(plasma-new-hope): import fix #125

fix(plasma-new-hope): import fix

fix(plasma-new-hope): import fix #125

Workflow file for this run

name: Release
on:
push:
branches:
- dev
jobs:
publish:
name: Publish RC version
if: ${{ github.actor == 'github-merge-queue[bot]' }}
uses: ./.github/workflows/publish-common.yml
with:
with-update-package-lock: true
commit-message: "Update package-lock.json files"
secrets:
gh_token: ${{ secrets.GH_TOKEN }}
npm_registry_token: ${{ secrets.NPM_REGISTRY_TOKEN }}