Skip to content

Commit

Permalink
Don't hard code master for autorevision and source tarballs
Browse files Browse the repository at this point in the history
We released 3.0-rc.3 with code from master. This should not happen.
  • Loading branch information
lmoureaux committed Feb 12, 2023
1 parent f6bb71a commit 62f2143
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
ref: master
- run: git rev-parse --short=5 HEAD > cmake/AutoRevision.txt
- run: git describe --tags `git rev-list --tags --max-count=1` >> cmake/AutoRevision.txt
- run: cat cmake/AutoRevision.txt
Expand All @@ -32,7 +31,6 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
ref: master
- run: git rev-parse --short=5 HEAD > cmake/AutoRevision.txt
- run: git describe --tags `git rev-list --tags --max-count=1` >> cmake/AutoRevision.txt
- run: cat cmake/AutoRevision.txt
Expand Down

0 comments on commit 62f2143

Please sign in to comment.