Merge pull request #9286 from backstage/blam/fix-release-tag-script
chore: added missing path require
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
*/
|
||||
|
||||
const { Octokit } = require('@octokit/rest');
|
||||
const path = require('path');
|
||||
|
||||
const baseOptions = {
|
||||
owner: 'backstage',
|
||||
|
||||
Reference in New Issue
Block a user