Skip to content

workflow revamp [temp] #1

workflow revamp [temp]

workflow revamp [temp] #1

Workflow file for this run

name: Tag Created
on:
push:
tags:
- '**'
jobs:
build-test:
uses: ./.github/workflows/build-test.yml
deploy:
uses: ./.github/workflows/deploy.yml

Check failure on line 10 in .github/workflows/on_tag.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/on_tag.yml

Invalid workflow file

error parsing called workflow ".github/workflows/on_tag.yml" -> "./.github/workflows/deploy.yml" (source tag with sha:234bebfac4c45bd1ce9733c80e25adfcdcab4e25) : Cannot define both `uses` and `steps` at the same time for the following jobs: deploy