Skip to content

Commit

Permalink
mf2
Browse files Browse the repository at this point in the history
  • Loading branch information
Confusingboat committed Mar 18, 2024
1 parent 9e86bcf commit c147220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ on:
value: ${{ jobs.tag.outputs.prerelease-depth }}
is-prerelease:
description: "Boolean string indicating whether the version is a prerelease"
value: {{ jobs.tag.outputs.is-prerelease }}
value: ${{ jobs.tag.outputs.is-prerelease }}

env:
#MinVerIgnoreHeight: true
Expand Down

0 comments on commit c147220

Please sign in to comment.