Skip to content

Bump semver from 5.7.1 to 5.7.2 in /frontend #139

Bump semver from 5.7.1 to 5.7.2 in /frontend

Bump semver from 5.7.1 to 5.7.2 in /frontend #139

Workflow file for this run

name: Release and publish
on:
pull_request:
types:
- closed
# discard previous execution if you commit to a branch that is already running
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
release_and_tag:
uses: ./.github/workflows/_release_and_tag.yml
secrets: inherit
with:
publish_on_pypi: false
publish_on_test_pypi: false
publish_on_npm: false
publish_on_twitter: false