Skip to content

Commit

Permalink
fix brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
tombokombo authored Sep 11, 2023
1 parent 4dcc258 commit 2cd2eb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ async function run(): Promise<void> {
core.setFailed(`Could not parse tag: ${ut}`)
}

const release: string = String(sm!.prerelease).split('-').slice(-1)[0])
const release: string = String(sm!.prerelease).split('-').slice(-1)[0]

core.setOutput('pft', tag)
core.setOutput('ut', ut)
Expand Down

0 comments on commit 2cd2eb3

Please sign in to comment.