Skip to content

Commit 5fb8890

Browse files
smurchingclaude
andcommitted
Use shared npm/npm-next environments across both release workflows
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 3c68717 commit 5fb8890

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-langchainjs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
id-token: write
2121
contents: write
2222
environment:
23-
name: ${{ (github.event_name == 'push' || inputs.production) && 'npm-langchainjs' || 'npm-next-langchainjs' }}
23+
name: ${{ (github.event_name == 'push' || inputs.production) && 'npm' || 'npm-next' }}
2424
url: https://www.npmjs.com/package/@databricks/langchainjs
2525
defaults:
2626
run:

0 commit comments

Comments
 (0)