Skip to content

Hopefully fixed the entire workflow now #patch #6

Hopefully fixed the entire workflow now #patch

Hopefully fixed the entire workflow now #patch #6

name: Feature release
on:
push:
branches:
- main
jobs:
bump-tag-version:
permissions:
contents: write
uses: ./.github/workflows/bump-tag.yml

Check failure on line 11 in .github/workflows/feature-release.yml

View workflow run for this annotation

GitHub Actions / Feature release

Invalid workflow file

The workflow is not valid. In .github/workflows/feature-release.yml (Line: 11, Col: 11): Error from called workflow jordybronowicki37/befit-bot/.github/workflows/bump-tag.yml@8b116579eaaeb3fb6ddd37a3751f9c3b9aad6645 (Line: 11, Col: 12): Unrecognized named-value: 'jobs'. Located at position 1 within expression: jobs.bump-tag.outputs.tag In .github/workflows/feature-release.yml (Line: 11, Col: 11): Error from called workflow jordybronowicki37/befit-bot/.github/workflows/bump-tag.yml@8b116579eaaeb3fb6ddd37a3751f9c3b9aad6645 (Line: 11, Col: 12): Unexpected value '${{ jobs.bump-tag.outputs.tag }}'
build-and-publish:
needs: bump-tag-version
permissions:
packages: write
contents: read
uses: ./.github/workflows/create-docker-image.yml
with:
version: ${{ needs.bump-tag-version.outputs.tag }}