Skip to content

Commit

Permalink
ci: forgot "
Browse files Browse the repository at this point in the history
  • Loading branch information
rxchard committed Dec 11, 2024
1 parent b0d187f commit 46741af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
run: |
echo "changes=" >> $GITHUB_OUTPUT
if [ ${{ github.ref }} == "refs/heads/master" ] ; then
echo "changes=`git log --oneline $(git tag -l --format='%(objectname)' | tail -n1)..HEAD --pretty=format:%s | grep -E '(feat)|(fix)'` \
echo "changes=`git log --oneline $(git tag -l --format='%(objectname)' | tail -n1)..HEAD --pretty=format:%s | grep -E '(feat)|(fix)'`" \
>> $GITHUB_OUTPUT
fi
Expand Down

0 comments on commit 46741af

Please sign in to comment.