Skip to content

Commit a7e6218

Browse files
committed
use getverifyversion correctly
1 parent 66b3f8f commit a7e6218

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pull.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
with:
2121
dafny: ${{needs.getVersion.outputs.version}}
2222
pr-ci-verification:
23-
needs: getVersion
23+
needs: getVerifyVersion
2424
uses: ./.github/workflows/library_dafny_verification.yml
2525
with:
26-
dafny: ${{needs.getVerifyVersion.outputs.version}}
26+
dafny: ${{needs.getVerifyVersion.outputs.version}}
2727
pr-ci-java:
2828
needs: getVersion
2929
uses: ./.github/workflows/ci_test_java.yml

0 commit comments

Comments
 (0)