mirror of
https://github.com/pnpm/action-setup.git
synced 2025-03-15 07:04:34 +08:00
fixup! feat: add version_file_path option
This commit is contained in:
parent
6217a9d8c4
commit
c9ad2a3942
@ -100,8 +100,7 @@ async function readTarget(opts: {
|
|||||||
readonly packageJsonFile: string
|
readonly packageJsonFile: string
|
||||||
readonly standalone: boolean
|
readonly standalone: boolean
|
||||||
}) {
|
}) {
|
||||||
const { versionFilePath, packageJsonFile, standalone } = opts
|
let { versionFilePath, packageJsonFile, standalone, version } = opts
|
||||||
let { version } = opts
|
|
||||||
const { GITHUB_WORKSPACE } = process.env
|
const { GITHUB_WORKSPACE } = process.env
|
||||||
|
|
||||||
let packageManager
|
let packageManager
|
||||||
|
Loading…
x
Reference in New Issue
Block a user