chore: fix base_ref

This commit is contained in:
usbharu 2024-08-10 14:12:27 +09:00
parent 3fcd7ae917
commit 7ebb29100d
Signed by: usbharu
GPG Key ID: 6556747BF94EEBC8
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ jobs:
const fs = require('fs')
const {execSync} = require('child_process');
const jsonData = JSON.parse(fs.readFileSync('./.github/monorepo.json', 'utf8'));
const baseRef = github.context.payload.pull_request.base.ref
const baseRef = context.payload.pull_request.base.ref
console.log(baseRef)
var tags = []