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 bf5dfef commit 3a78dffCopy full SHA for 3a78dff
1 file changed
.github/workflows/update-generated-docs.yml
@@ -47,8 +47,7 @@ jobs:
47
48
git -C ../gitbutler checkout "$LATEST_VERSION"
49
./scripts/update-manpages.sh
50
-
51
- sed -i "s|CURRENT_DOCS_VERSION: .*|CURRENT_DOCS_VERSION: $LATEST_VERSION|" .github/workflows/update-generated-docs.yml
+ echo "$LATEST_VERSION" > .github/workflows/current_docs_version.txt
52
53
git config user.name "github-actions[bot]"
54
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
0 commit comments