Skip to content

Commit

Permalink
fetch history and tags for making version.js
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonGross committed Nov 21, 2023
1 parent 22c0ab5 commit e5baf47
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/coq-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0 # Fetch all history for all tags and branches, for fiat-html/version.js
tags: true # Fetch all tags as well, `fetch-depth: 0` might be sufficient depending on Git version
- name: echo host build params
run: etc/ci/describe-system-config.sh
- name: echo container build params
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/deploy-html-fast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0 # Fetch all history for all tags and branches, for fiat-html/version.js
tags: true # Fetch all tags as well, `fetch-depth: 0` might be sufficient depending on Git version
- run: make -f Makefile.js-html EXTRA_HTML_VERSION_INFO="-manual" fiat-html/version.js
- name: backup .gitignore
run: mv .gitignore{,.bak}
Expand Down

0 comments on commit e5baf47

Please sign in to comment.