Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
seebees committed Oct 20, 2023
1 parent 4f2d040 commit 8ee2fde
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/dafny_version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
outputs:
dafnyVersion: ${{ steps.getVersion.outputs.version }}
description: "The dafny version stored in project properties"
description: "The dafny version stored in project properties"
steps:
# - id: something
# shell: bash
Expand All @@ -22,3 +22,7 @@ jobs:
shell: bash
run: |
echo "version=4.2.0" >> "$GITHUB_OUTPUT"
- id: else
shell: bash
run: |
echo ${{ steps.getVersion.outputs.version }}

0 comments on commit 8ee2fde

Please sign in to comment.