Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/h-enk/doks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenk Verlinde <henk@ventizo.com>2021-03-26 13:15:55 +0300
committerHenk Verlinde <henk@ventizo.com>2021-03-26 13:15:55 +0300
commit977bbdad82e8e21599e1fcfc0d93fc4e448cf2af (patch)
treeea44aaf03a3b9bf8f7a9b8bf2788d158c7ce3439 /.github
parentb0872200b6f01ef38fff978492dff4598e8d9cfb (diff)
fix: drop npm workflow
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/npm-package.yml17
1 files changed, 0 insertions, 17 deletions
diff --git a/.github/workflows/npm-package.yml b/.github/workflows/npm-package.yml
deleted file mode 100644
index 547b358..0000000
--- a/.github/workflows/npm-package.yml
+++ /dev/null
@@ -1,17 +0,0 @@
-name: Npm Package
-on:
- release:
- types: [published]
-jobs:
- build:
- runs-on: ubuntu-latest
- steps:
- - uses: actions/checkout@v2
- - uses: actions/setup-node@v2
- with:
- node-version: '14.x'
- registry-url: 'https://registry.npmjs.org'
- - run: npm ci
- - run: npm publish
- env:
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} \ No newline at end of file