Skip to content

Release by 02.10.2024 (#1465) #42

Release by 02.10.2024 (#1465)

Release by 02.10.2024 (#1465) #42

name: Release
on:
push:
branches:
- master
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: Release
uses: ./.github/workflows/publish-common.yml
with:
with-update-package-lock: true
secrets:
gh_token: ${{ secrets.GH_TOKEN }}
npm_registry_token: ${{ secrets.NPM_REGISTRY_TOKEN }}