Skip to content

Commit

Permalink
build: fix octokit upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Feb 9, 2020
1 parent f0c65c2 commit 5443b83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/publish.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { PackageJson, getWorkspaces, spawnAsync, spawnSync } from './utils'
import { gt, prerelease } from 'semver'
import ora from 'ora'
import { Octokit } from '@octokit/rest'
import latest from 'latest-version'
import Octokit from '@octokit/rest'
import ora from 'ora'

const { CI, GITHUB_EVENT_NAME, GITHUB_REF, GITHUB_TOKEN } = process.env

Expand Down

0 comments on commit 5443b83

Please sign in to comment.