Skip to content

Commit

Permalink
WIP: 48f9a07 init
Browse files Browse the repository at this point in the history
  • Loading branch information
Noahnc committed Aug 26, 2023
1 parent 7907707 commit 9ec3ea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
per_page: 1
});
let latestReleaseVersion;
if (releases === undefined || releases.data === undefined) {
if (releases === undefined || releases.data === undefined || releases.data.length === 0) {
console.log('No releases found, using v0.0.0 as latest release version');
latestReleaseVersion = 'v0.0.0';
} else {
Expand Down

0 comments on commit 9ec3ea5

Please sign in to comment.