Trigger run #3
Workflow file for this run
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: Bump Semantic Version | ||
on: | ||
push: | ||
branches: | ||
- main | ||
- issue-18-cicd | ||
env: | ||
WORKDIR_CORE: core | ||
jobs: | ||
cd-core: | ||
uses: ./.github/workflows/_cd.yml | ||
with: | ||
working-directory: ${{ env.WORKDIR_CORE }} | ||
Check failure on line 16 in .github/workflows/cd-core.yml GitHub Actions / Bump Semantic VersionInvalid workflow file
|