Skip to content
This repository was archived by the owner on Aug 15, 2024. It is now read-only.

Commit 2a496d1

Browse files
authoredDec 18, 2023
fix: log release-please version (#910)
Fixes #325
1 parent ba1c241 commit 2a496d1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎src/index.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// limitations under the License.
1414

1515
import * as core from '@actions/core';
16-
import {GitHub, Manifest, CreatedRelease, PullRequest} from 'release-please';
16+
import {GitHub, Manifest, CreatedRelease, PullRequest, VERSION} from 'release-please';
1717

1818
const DEFAULT_CONFIG_FILE = 'release-please-config.json';
1919
const DEFAULT_MANIFEST_FILE = '.release-please-manifest.json';
@@ -111,6 +111,7 @@ function loadOrBuildManifest(
111111
}
112112

113113
export async function main() {
114+
core.info(`Running release-please version: ${VERSION}`)
114115
const inputs = parseInputs();
115116
const github = await getGitHubInstance(inputs);
116117

0 commit comments

Comments
 (0)
This repository has been archived.