Skip to content

Commit 41fe6fa

Browse files
committed
ci: debugging semantic-release PR dry run
1 parent 02e0260 commit 41fe6fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
id: branch
3131
run: |
3232
if [ "${{ github.event_name }}" = "pull_request" ] || [ "${{ github.event_name }}" = "pull_request_target" ]; then
33-
TMP_BRANCH = "tmp-pr-branch"
33+
TMP_BRANCH="tmp-pr-branch"
3434
echo "name=$TMP_BRANCH" >> "$GITHUB_OUTPUT"
3535
git checkout -b $TMP_BRANCH pull/${{ github.event.number }}/merge
3636
fi

0 commit comments

Comments
 (0)