Correct reference to reusable workflow

This commit is contained in:
Andy Wilkinson
2024-04-15 14:14:36 +01:00
parent e35cc60eff
commit 590b1bded8

View File

@@ -71,7 +71,7 @@ jobs:
verify:
name: Verify
needs: build-and-deploy-snapshot
uses: .github/workflows/verify.yml
uses: ./.github/workflows/verify.yml
secrets: inherit
with:
version: ${{ needs.build-and-deploy-snapshot.outputs.version }}