Skip to content

Update versions

Update versions #147

Workflow file for this run

name: Publish RC
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-locks files"
cmd: 'npm run release:rc'
secrets:
gh_token: ${{ secrets.GH_TOKEN }}
npm_registry_token: ${{ secrets.NPM_REGISTRY_TOKEN }}