Skip to content

Commit

Permalink
Create npm-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
FreePhoenix888 committed Mar 25, 2024
1 parent b6eb6d7 commit 97d1ea4
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Npm Publish

on:
push:
branches:
- main
paths:
- package.json
- .github/workflows/npm-publish.yml
workflow_dispatch:

jobs:
main:
uses: deep-foundation/workflows/.github/workflows/npm-publish.yml@npm-publish-4.0.1
secrets:
npm-token: ${{ secrets.NPM_TOKEN }}
with:
build-command: "npm run build"
test-command: "echo 'Tests are temporarily disabled'"
should-generate-documentation: falsetrue

0 comments on commit 97d1ea4

Please sign in to comment.