Skip to content

chore(ci): updated publishing workflow #18

chore(ci): updated publishing workflow

chore(ci): updated publishing workflow #18

Workflow file for this run

name: Publish packages
on:
push:
branches:
- main
tags:
- "*.*.*"
pull_request:
branches:
- main
types:
- labeled
jobs:
publish-packages:
if: github.event_name == 'push'
name: Trigger package workflows 🚀
uses: ./.github/workflows/__package.yml
with:
packages: '["control-flow", "extraction", "filtering", "integration", "logic", "status"," validation"]'
trigger-docker:
if: (github.event.pull_request && github.event.label.name == '🐳 Dockerize') || github.event_name == 'push'
name: Trigger Docker workflow 🐳
uses: ./.github/workflows/__docker.yml
with:
pr_id: ${{ github.event.number }}
github_ref: ${{ github.ref }}
tag: ${{ github.ref_name }}

Check failure on line 30 in .github/workflows/publish.yml

View workflow run for this annotation

GitHub Actions / Publish packages

Invalid workflow file

The workflow is not valid. .github/workflows/publish.yml (Line: 30, Col: 14): Invalid input, tag is not defined in the referenced workflow.