Skip to content

Commit ecfd8d5

Browse files
committed
fix: fix matching of RC versions
1 parent 6b0a081 commit ecfd8d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/custopize.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ jobs:
160160
- name: "🔎 Determine e2e branch"
161161
run: |
162162
E2E_BRANCH="main"
163-
if [[ "${OCTOPRINT_VERSION}" == *"-rc"* ]]; then
163+
if [[ "${OCTOPRINT_VERSION}" == *"rc"* ]]; then
164164
E2E_BRANCH="dev"
165165
fi
166166

0 commit comments

Comments
 (0)