Skip to content

Commit 4bdc404

Browse files
author
Matthias Koeppe
committed
.github/workflows/ci-macos.yml (dist): Do not use tag to bump the version
1 parent 69738f7 commit 4bdc404

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
run: |
9292
git config --global user.email "[email protected]"
9393
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)"
94+
SAGE_ROOT=. SAGE_SRC=./src src/bin/sage-update-version $(cat src/VERSION.txt).dev0 || echo "(ignoring error)"
9595
- name: make dist
9696
run: |
9797
./configure --enable-download-from-upstream-url && make dist

0 commit comments

Comments
 (0)