mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-28 04:56:00 +00:00
npm token
This commit is contained in:
8
.github/workflows/build-npm.yaml
vendored
8
.github/workflows/build-npm.yaml
vendored
@@ -1,4 +1,4 @@
|
|||||||
name: Docker image
|
name: NPM packages
|
||||||
|
|
||||||
# on: [push]
|
# on: [push]
|
||||||
|
|
||||||
@@ -41,6 +41,10 @@ jobs:
|
|||||||
- name: setCurrentVersion
|
- name: setCurrentVersion
|
||||||
run: |
|
run: |
|
||||||
yarn setCurrentVersion
|
yarn setCurrentVersion
|
||||||
|
|
||||||
- name: Publish types
|
- name: Publish types
|
||||||
working-directory: packages/types
|
working-directory: packages/types
|
||||||
run: npm publish
|
run: |
|
||||||
|
npm publish
|
||||||
|
env:
|
||||||
|
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||||
|
|||||||
Reference in New Issue
Block a user