mirror of
https://github.com/dbgate/dbgate
synced 2024-11-07 20:26:23 +00:00
npm token
This commit is contained in:
parent
2666717c3a
commit
c0c8cd88e3
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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user