mirror of
https://github.com/nbd-wtf/nostr-tools.git
synced 2025-12-09 08:38:50 +00:00
fix autopublishing to npm.
This commit is contained in:
8
.github/workflows/npm-publish.yml
vendored
8
.github/workflows/npm-publish.yml
vendored
@@ -14,6 +14,8 @@ jobs:
|
|||||||
node-version: 18
|
node-version: 18
|
||||||
- run: yarn --ignore-engines
|
- run: yarn --ignore-engines
|
||||||
- run: node build.js
|
- run: node build.js
|
||||||
- run: npm publish
|
- run: yarn test
|
||||||
env:
|
- uses: JS-DevTools/npm-publish@v1
|
||||||
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
|
with:
|
||||||
|
token: ${{ secrets.NPM_TOKEN }}
|
||||||
|
greater-version-only: true
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "nostr-tools",
|
"name": "nostr-tools",
|
||||||
"version": "1.0.0-alpha2",
|
"version": "1.0.0-beta",
|
||||||
"description": "Tools for making a Nostr client.",
|
"description": "Tools for making a Nostr client.",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
Reference in New Issue
Block a user