Skip to content

Commit

Permalink
tag_name
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba committed Aug 6, 2023
1 parent e736840 commit c386464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
const latest_version = await github.rest.repos.getLatestRelease({
owner: context.repo.owner,
repo: context.repo.repo
}).data.tag_name;
}).tag_name;
const split_version = latest_version.split('.');
const nightly_version = `${split_version[0]}.${parseInt(split_version[1]) + 1}.0-nightly`;
Expand Down

0 comments on commit c386464

Please sign in to comment.