Skip to content

Commit a1adc7a

Browse files
committed
Bugfix
1 parent 6251c32 commit a1adc7a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/create-new-tag.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ jobs:
4343
process.exit()
4444
}
4545
46+
const new_version = parsed_version[1]
47+
4648
github.rest.repos.createRelease({
4749
owner: context.repo.owner,
4850
repo: context.repo.repo,

0 commit comments

Comments
 (0)