mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 02:06:01 +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]
|
||||
|
||||
@@ -41,6 +41,10 @@ jobs:
|
||||
- name: setCurrentVersion
|
||||
run: |
|
||||
yarn setCurrentVersion
|
||||
|
||||
- name: Publish types
|
||||
working-directory: packages/types
|
||||
run: npm publish
|
||||
run: |
|
||||
npm publish
|
||||
env:
|
||||
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user