We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47967bf commit b6972ccCopy full SHA for b6972cc
mise.toml
@@ -43,7 +43,7 @@ run = 'mise trust'
43
44
[tasks.gha-output-calver]
45
description = "Fetch tags and write computed CalVer to GitHub Actions output"
46
-run = 'set -euo pipefail; git fetch --tags --force; echo "version=$(./scripts/version)" >> "${GITHUB_OUTPUT:?GITHUB_OUTPUT not set}"'
+run = 'bash -c "set -euo pipefail; git fetch --tags --force; echo version=$(./scripts/version) >> ${GITHUB_OUTPUT:?GITHUB_OUTPUT not set}"'
47
48
[tasks.lint]
49
description = "Run linting and type checking"
0 commit comments