Skip to content

Github actions #0

Github actions #0 #1

Workflow file for this run

name: version-release
on:
push:
tags:
- "v*"
jobs:
flavor_release:
strategy:
matrix:
target: [opener, humhubCommunity, somedemoproject12345]
uses: .github/workflows/version-release.yml@main

Check failure on line 13 in .github/workflows/flavors.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/flavors.yml

Invalid workflow file

invalid value workflow reference: references to workflows must be prefixed with format 'owner/repository/' or './' for local workflows
with:
target: ${{ matrix.target }}