Skip to content

Commit ceae82a

Browse files
authored
test #GITBUILD
1 parent 61e8412 commit ceae82a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .github/workflows/main.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,12 @@ jobs:
8080
if [ "$PREV_TAG" = "none" ]; then
8181
echo "No previous tag found, listing all commits"
8282
COMMITS=$(git log --pretty=format:"* %s" --no-merges)
83-
else:
83+
else
8484
echo "Previous tag: $PREV_TAG"
8585
# List commits since last tag
8686
COMMITS=$(git log $PREV_TAG..HEAD --pretty=format:"* %s" --no-merges)
8787
fi
88+
# Save commits to the environment
8889
echo "commits=$COMMITS" >> $GITHUB_ENV
8990
9091
# Create a release

0 commit comments

Comments
 (0)