Skip to content

Commit

Permalink
Configure actions/checkout to also check out tags, so they can be u…
Browse files Browse the repository at this point in the history
…sed to generate the changelog, with thanks to actions/checkout#206 (comment)
  • Loading branch information
volkertb committed Jan 27, 2024
1 parent f3fddb8 commit 5b9ded5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 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,14 @@ jobs:
uses: actions/checkout@v4
with:
path: src
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 5b9ded5

Please sign in to comment.