fix failing lint and test errors

This commit is contained in:
ddivad195
2024-02-02 13:04:36 -05:00
committed by Edwin Sirko
parent 50e278b239
commit 6233cad2a5
11 changed files with 17 additions and 50 deletions
+1 -1
View File
@@ -96,7 +96,7 @@ export async function run(): Promise<void> {
// In each case, the source event should produce a Semantic Version compliant tag representing the code to be packaged.
function parseSourceSemanticVersion(): semver.SemVer {
const event = github.context.eventName
var semverTag = ''
let semverTag = ''
// Grab the raw tag
if (event === 'release') semverTag = github.context.payload.release.tag_name