Get version and build release notes #30
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Development | |
run-name: Get version and build release notes | |
on: | |
workflow_dispatch: | |
push: | |
branches: | |
- main | |
# Cancel any other running workflows with the same ID | |
concurrency: | |
group: cd-release-${{ github.ref }} | |
cancel-in-progress: true | |
# https://docs.github.com/en/actions/using-workflows/reusing-workflows | |
jobs: | |
version: | |
uses: ./.github/workflows/_version.yml |