updated github workflow
This commit is contained in:
parent
2fa3aa6c28
commit
b71946d3be
7
.github/workflows/publish.yml
vendored
7
.github/workflows/publish.yml
vendored
@ -26,7 +26,12 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: pnpm install
|
||||
|
||||
- name: Publish to npm
|
||||
- name: Publish to npm as alpha
|
||||
run: npm publish --tag alpha --access public
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
|
||||
- name: Publish to npm as latest
|
||||
run: npm publish --tag latest --access public
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@debros/network",
|
||||
"version": "0.0.12-alpha",
|
||||
"version": "0.0.13-alpha",
|
||||
"description": "Debros network core functionality for IPFS, libp2p and OrbitDB",
|
||||
"type": "module",
|
||||
"main": "dist/index.js",
|
||||
|
Loading…
x
Reference in New Issue
Block a user