From 57dc519fa6477f4936763342cb1a82571d163b10 Mon Sep 17 00:00:00 2001 From: Jill Regan Date: Wed, 17 Jun 2026 11:34:43 -0400 Subject: [PATCH] rebuild --- dist/index.js | 4 +--- src/utils.ts | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/dist/index.js b/dist/index.js index 953118d..ef4608f 100644 --- a/dist/index.js +++ b/dist/index.js @@ -38392,9 +38392,7 @@ const extractSecret = (envName, shouldExportEnv) => { } }; const loadSecrets = async (shouldExportEnv) => { - // Pass User-Agent Information to the 1Password CLI. - // Strip any prerelease suffix ("-beta.1") since semverToInt only - // accepts a plain MAJOR.MINOR.PATCH; a prerelease produces an invalid build. + // Strip any prerelease suffix; semverToInt only accepts MAJOR.MINOR.PATCH. const [releaseVersion] = package_namespaceObject.rE.split("-"); (0,dist.setClientInfo)({ name: "1Password GitHub Action", diff --git a/src/utils.ts b/src/utils.ts index ec45df9..7aeee34 100644 --- a/src/utils.ts +++ b/src/utils.ts @@ -111,9 +111,7 @@ export const extractSecret = ( }; export const loadSecrets = async (shouldExportEnv: boolean): Promise => { - // Pass User-Agent Information to the 1Password CLI. - // Strip any prerelease suffix ("-beta.1") since semverToInt only - // accepts a plain MAJOR.MINOR.PATCH; a prerelease produces an invalid build. + // Strip any prerelease suffix; semverToInt only accepts MAJOR.MINOR.PATCH. const [releaseVersion] = version.split("-"); setClientInfo({ name: "1Password GitHub Action",