Movatterモバイル変換


[0]ホーム

URL:


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
/rariPublic

Commit51adad7

Browse files
committed
test(build-content-and-diff): loosen branch condition temporarily
1 parent899c780 commit51adad7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/build-content-and-diff.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
HEAD_REF:${{ github.head_ref || github.ref_name }}
4343
PR_BODY:${{ github.event.pull_request.body }}
4444
run:|
45-
if [[ "$HEAD_REF" == release-please--* ]]; then
45+
if [[ "$HEAD_REF" == release-please-* ]]; then
4646
# Extract previous version from PR body (format: compare/v0.2.1...v0.2.2)
4747
PREV_VERSION=$(echo "$PR_BODY" | grep -o 'compare/v[0-9]\+\.[0-9]\+\.[0-9]\+' | head -n1 | sed 's|compare/||')
4848
if [[ -n "$PREV_VERSION" ]]; then

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp