diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index d92b466..c04146e 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -21,6 +21,10 @@ jobs: - name: Install dependencies run: npm install + - name: Configure .npmrc + run: | + echo "//git.yingbo.im:333/api/packages/zhaoyingbo/npm/:_authToken=${{ secrets.NPM_TOKEN }}" >> .npmrc + - name: Bump version and push tag id: bump_version run: | @@ -31,5 +35,3 @@ jobs: - name: Publish package run: npm publish - env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json index a9a33e7..7129b75 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,8 @@ { - "cSpell.words": ["commitlint", "tseslint"] + "cSpell.words": [ + "commitlint", + "tseslint", + "yingbo", + "zhaoyingbo" + ] }