Skip to content

Commit b29708c

Browse files
committed
feat(chore): fix package name
1 parent a5edbc7 commit b29708c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
name: Release [Manual]
44
on: workflow_dispatch
55
permissions:
6-
contents: write
6+
contents: read,write
77
id-token: write
88
jobs:
99
Release:
@@ -14,7 +14,7 @@ jobs:
1414
# fetch-depth is necessary to get all tags
1515
# otherwise lerna can't detect the changes and will end up bumping the versions for all packages
1616
fetch-depth: 0
17-
token: ${{ secrets.GITHUB_TOKEN }}
17+
token: ${{ secrets.RELEASE_COMMIT_GH_PAT }}
1818
- name: Setup Node
1919
uses: actions/setup-node@v3
2020
with:
@@ -41,4 +41,4 @@ jobs:
4141
npm config set provenance true
4242
HUSKY=0 npx semantic-release
4343
env:
44-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
44+
GH_TOKEN: ${{ secrets.RELEASE_COMMIT_GH_PAT }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "lb4-llm-chat-component.",
2+
"name": "lb4-llm-chat-component",
33
"version": "1.11.0",
44
"description": "Package to integrate LLM based capabilities into any loopback4 application",
55
"keywords": [

0 commit comments

Comments
 (0)