mirror of
https://github.com/openshift/openshift-mcp-server.git
synced 2025-10-17 14:27:48 +03:00
feat(npm): npm packages
This commit is contained in:
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
@@ -12,6 +12,7 @@ concurrency:
|
||||
|
||||
env:
|
||||
GO_VERSION: 1.23
|
||||
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
@@ -39,3 +40,6 @@ jobs:
|
||||
files: |
|
||||
LICENSE
|
||||
kubernetes-mcp-server-*
|
||||
- name: Publish npm
|
||||
run:
|
||||
make npm-publish
|
||||
|
||||
Reference in New Issue
Block a user