Skip to content

Commit db842ae

Browse files
authored
fix: typedoc package name wrong in release script
1 parent 5679c03 commit db842ae

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@ jobs:
7474
env:
7575
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
7676

77-
- name: Publish typedoc-theme
77+
- name: Publish typedoc-signalk-theme
7878
run: |
7979
LOCAL_VERSION=$(awk '/"version":/{gsub(/("|",)/,"",$2);print $2}' packages/typedoc-theme/package.json)
80-
if ! npm view @signalk/typedoc-theme@$LOCAL_VERSION version &>/dev/null; then
80+
if ! npm view @signalk/typedoc-signalk-theme@$LOCAL_VERSION version &>/dev/null; then
8181
cd packages/typedoc-theme
8282
npm publish --access public
8383
fi

0 commit comments

Comments
 (0)