Обновить .gitea/workflows/publish.yml
This commit is contained in:
@@ -38,10 +38,10 @@ jobs:
|
||||
- run: pnpm -r build
|
||||
- name: Authenticate to Gitea npm registry
|
||||
run: |
|
||||
printf '//git.byte-mate.ru/api/packages/Coder/npm/:_authToken=%s\n' "${{ secrets.GITEA_NPM_TOKEN }}" >> "$HOME/.npmrc"
|
||||
printf '//git.byte-mate.ru/api/packages/Coder/npm/:_authToken=%s\n' "${{ secrets.NPM_TOKEN }}" >> "$HOME/.npmrc"
|
||||
- name: Publish unpublished packages
|
||||
env:
|
||||
GITEA_NPM_TOKEN: ${{ secrets.GITEA_NPM_TOKEN }}
|
||||
GITEA_NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
run: |
|
||||
node scripts/check-published.mjs > .unpublished
|
||||
while IFS= read -r pkg; do
|
||||
|
||||
Reference in New Issue
Block a user