Skip to content

fix workflow

fix workflow #2

Workflow file for this run

name: Publicar
on:
push:
tags:
- v*
jobs:
Publish:

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

View workflow run for this annotation

GitHub Actions / Publicar

Invalid workflow file

The workflow is not valid. .github/workflows/publish.yml (Line: 9, Col: 3): The workflow must contain at least one job with no dependencies.
needs: Tests
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Fetch tags
run: git fetch --prune --unshallow --tags
- name: Publish
shell: pwsh
env:
PSGALERY_KEY: ${{ secrets.PSGALERY_KEY }}
run: ./util/publish-prepare.ps1 -CompileDoc -CheckVersion -Publish