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 69738f7 commit 4bdc404Copy full SHA for 4bdc404
.github/workflows/ci-macos.yml
@@ -91,7 +91,7 @@ jobs:
91
run: |
92
git config --global user.email "[email protected]"
93
git config --global user.name "Sage GitHub CI"
94
- SAGE_ROOT=. SAGE_SRC=./src src/bin/sage-update-version $(git describe --tags) || echo "(ignoring error)"
+ SAGE_ROOT=. SAGE_SRC=./src src/bin/sage-update-version $(cat src/VERSION.txt).dev0 || echo "(ignoring error)"
95
- name: make dist
96
97
./configure --enable-download-from-upstream-url && make dist
0 commit comments