Merge pull request #9286 from backstage/blam/fix-release-tag-script

chore: added missing path require
This commit is contained in:
Ben Lambert
2022-02-01 15:22:36 +01:00
committed by GitHub
+1
View File
@@ -17,6 +17,7 @@
*/
const { Octokit } = require('@octokit/rest');
const path = require('path');
const baseOptions = {
owner: 'backstage',