Skip to content

Commit

Permalink
.github/workflows/ci-macos.yml (dist): Do not use tag to bump the ver…
Browse files Browse the repository at this point in the history
…sion
  • Loading branch information
mkoeppe committed Feb 14, 2024
1 parent 69738f7 commit 4bdc404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
run: |
git config --global user.email "nobody@example.com"
git config --global user.name "Sage GitHub CI"
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)"
- name: make dist
run: |
./configure --enable-download-from-upstream-url && make dist
Expand Down

0 comments on commit 4bdc404

Please sign in to comment.