Skip to content

chore(deps): update all dependencies #117

chore(deps): update all dependencies

chore(deps): update all dependencies #117

name: Build and release TYPO3 extension
on:
push:
branches:
- develop
- v3.x-dev
jobs:
release:
if: github.ref == 'refs/heads/develop'
uses: maikschneider/reusable-workflows/.github/workflows/release-typo3-extension.yml@main
secrets:
teams-webhook-url: ${{ secrets.TEAMS_WEBHOOK_URL }}
with:
base-branch: master
release-v3:
if: github.ref == 'refs/heads/v3.x-dev'
uses: maikschneider/reusable-workflows/.github/workflows/release-typo3-extension.yml@main

Check failure on line 19 in .github/workflows/build-and-test.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build-and-test.yml

Invalid workflow file

error parsing called workflow ".github/workflows/build-and-test.yml" -> "maikschneider/reusable-workflows/.github/workflows/release-typo3-extension.yml@main" : failed to fetch workflow: workflow was not found.
secrets:
teams-webhook-url: ${{ secrets.TEAMS_WEBHOOK_URL }}
with:
base-branch: v3.x