Skip to content

feat(plasma-new-hope): Modal added #115

feat(plasma-new-hope): Modal added

feat(plasma-new-hope): Modal added #115

Workflow file for this run

name: Release
on:
pull_request:
types: [closed]
branches:
- dev
concurrency:
# New commit on branch cancels running workflows of the same branch
group: ${{ github.workflow }}-${{ github.head_ref }}
cancel-in-progress: true
jobs:
publish:
name: Publish RC version
if: github.event.pull_request.merged == true
uses: ./.github/workflows/publish-common.yml
with:
with-update-package-lock: true
commit-message: "chore: update package-locks"
secrets:
gh_token: ${{ secrets.GH_TOKEN }}
npm_registry_token: ${{ secrets.NPM_REGISTRY_TOKEN }}