Skip to content

Commit

Permalink
Check out tags, so Git log can be used to generate the changelog, wit…
Browse files Browse the repository at this point in the history
  • Loading branch information
volkertb committed Jan 27, 2024
1 parent f3fddb8 commit d71dbae
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/01-build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,15 @@ jobs:
uses: actions/checkout@v4
with:
path: src
- name: Fetch git history for changelog
run: |
pushd src
git log
git fetch --unshallow --tags
echo $?
git log
git tag --list
popd
- name: Install DJGPP
run: |
wget -P /tmp https://github.com/andrewwutw/build-djgpp/releases/download/v3.4/djgpp-linux64-gcc1220.tar.bz2
Expand Down

0 comments on commit d71dbae

Please sign in to comment.