Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit ceae82a

Browse files
test #GITBUILD
1 parent 61e8412 commit ceae82a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎.github/workflows/main.yml‎

Lines changed: 2 additions & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /