Skip to content

Commit

Permalink
Merge pull request #2 from Noahnc/fix/cicd
Browse files Browse the repository at this point in the history
WIP: 48f9a07 init
  • Loading branch information
Noahnc authored Aug 26, 2023
2 parents 7907707 + 9ec3ea5 commit 711b948
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 711b948

Please sign in to comment.