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 Jun 9, 2023
1 parent 69e1e84 commit 7b39509
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
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@main
secrets:
npm-token: ${{ secrets.NPM_TOKEN }}
with:
build-command: "npm run build"
test-command: "echo 'Tests are temporarely disabled'"

0 comments on commit 7b39509

Please sign in to comment.