Skip to content

fix: run git fetch --tags --force during release #2495

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Jun 19, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixup! chore: add debug statements to figure out why version.sh fails
  • Loading branch information
deansheather committed Jun 19, 2022
commit f49dfde0dde9ba0ff6c3e2404b1d321a56c50eb0
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
with:
fetch-depth: 0

- name: git tags
run: git tags
- name: git tag
run: git tag

- name: git rev-parse --short HEAD
run: git rev-parse --short HEAD
Expand Down