Skip to content

Commit

Permalink
Update build-and-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
therealFoxster committed Jul 22, 2024
1 parent a450676 commit e02ed1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Set release details
run: |
git fetch --depth=1 origin +refs/tags/*:refs/tags/*
LAST_TAG=$(git describe --tags --abbrev=0)
LAST_TAG=$(git describe --tags --abbrev=0 --always)
COMMITS=$(git log $LAST_TAG..HEAD --pretty=format:"%h - %s")
echo "COMMITS<<EOF" >> $GITHUB_ENV
echo "$COMMITS" >> $GITHUB_ENV
Expand Down

0 comments on commit e02ed1b

Please sign in to comment.