mirror of
https://github.com/pnpm/action-setup.git
synced 2025-03-15 15:05:12 +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 standalone: boolean
|
||||
}) {
|
||||
const { versionFilePath, packageJsonFile, standalone } = opts
|
||||
let { version } = opts
|
||||
let { versionFilePath, packageJsonFile, standalone, version } = opts
|
||||
const { GITHUB_WORKSPACE } = process.env
|
||||
|
||||
let packageManager
|
||||
|
Loading…
x
Reference in New Issue
Block a user