Skip to content

Commit

Permalink
CI: Use CI source directory when generating description (#1802)
Browse files Browse the repository at this point in the history
Fixes the build. Verified to work here:
https://github.com/jcm93/ares/actions/runs/13033850846
  • Loading branch information
jcm93 authored Jan 29, 2025
1 parent c1949d8 commit 928d76b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
id: check
run: |
now=$(date +'%Y-%m-%d')
subject=$(git log -1 --pretty=%s)
subject=$(git -C src log -1 --pretty=%s)
if [[ ${GITHUB_REF_NAME} == master ]];
then
echo "tag=nightly" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 928d76b

Please sign in to comment.