Skip to content

Merge pull request #53 from rwb27/interthing_dependencies_in_clients #5

Merge pull request #53 from rwb27/interthing_dependencies_in_clients

Merge pull request #53 from rwb27/interthing_dependencies_in_clients #5

Workflow file for this run

name: Publish
on:
release:
types: [published]
jobs:
test:
uses: ./github/workflows/test.yml

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

View workflow run for this annotation

GitHub Actions / .github/workflows/publish.yml

Invalid workflow file

invalid value workflow reference: no version specified
publish:
runs-on: ubuntu-latest
needs: test
steps:
- uses: actions/checkout@v1
with:
fetch-depth: 1