Skip to content

Commit

Permalink
Skip failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
tujoworker committed Jan 30, 2025
1 parent 75e4b31 commit 22535d4
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ import { log } from '../../lib'
export async function makeReleaseVersion() {
const branchName = getBranchName()

if (branchName.startsWith('icons/')) {
return // stop here
}

let version = null

if (releaseBranches.includes(branchName)) {
Expand Down

0 comments on commit 22535d4

Please sign in to comment.