Skip to content

Commit

Permalink
correct json key
Browse files Browse the repository at this point in the history
  • Loading branch information
payetvin committed Jul 1, 2024
1 parent 6e80174 commit a72f4d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:
if: ${{ env.RUN_SIMPLE_TESTS == 'true' }}
uses: ./.github/workflows/run-tests
with:
simtest-tag: ${{ fromJson(env.PACKAGE_JSON).version }}
simtest-tag: ${{ fromJson(env.simtest).version }}
batch-name: valid-named-mps
os: ${{ env.os }}
variant: "named-mps"
Expand Down

0 comments on commit a72f4d1

Please sign in to comment.