Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Mqxx committed Oct 21, 2024
1 parent 5d561fb commit 3665908
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ const repositoryName = actionsGithub.context.repo.repo;
actionsCore.info(`- Expires at: ${new Date(previousArtifact.created_at ?? '').toLocaleString()}`);
actionsCore.info(`- Download: ${previousArtifact.archive_download_url}`);

actionsCore.endGroup();

const versionRelaseChanged = previousManifest?.release !== currentManifest.latest.release;
const versionSnapshotChanged = previousManifest?.snapshot !== currentManifest.latest.snapshot;
const versionChanged = versionRelaseChanged || versionSnapshotChanged;
Expand All @@ -69,7 +67,7 @@ const repositoryName = actionsGithub.context.repo.repo;
} else {
actionsCore.info('No previous artifact found.');
}

actionsCore.endGroup();

actionsCore.startGroup('Creating empty file ...');
Expand Down

0 comments on commit 3665908

Please sign in to comment.