Skip to content

Commit

Permalink
Update npm-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
FreePhoenix888 committed Aug 2, 2023
1 parent b6bfb60 commit 4fb6bf1
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,18 @@ on:

jobs:
main:
uses: deep-foundation/workflows/.github/workflows/npm-publish.yml@main
uses: deep-foundation/workflows/.github/workflows/npm-publish.yml@npm-publish-3.0.0
secrets:
npm-token: ${{ secrets.NPM_TOKEN }}
with:
build-command: "npm run build"
build-command: |
git config --global user.email "freephoenix888@gmail.com"
git config --global user.name "freephoenix888"
npm run library:build:dirty
test-command: "echo 'Tests are temporarily disabled'"
should-generate-documentation: true
generate-documentation-command: npx --yes typedoc ./src/main.ts
generate-documentation-command: |
git config --global user.email "freephoenix888@gmail.com"
git config --global user.name "freephoenix888"
npm run documentation:generate

0 comments on commit 4fb6bf1

Please sign in to comment.