mirror of
https://github.com/kennethnym/jrx.git
synced 2026-03-22 12:51:16 +00:00
Compare commits
4 Commits
jrx-node-n
...
fix-publis
| Author | SHA1 | Date | |
|---|---|---|---|
| 2404c838c3 | |||
| 650e2141d8 | |||
| 2d75600913 | |||
| 69a8a8fe67 |
6
.github/workflows/publish.yml
vendored
6
.github/workflows/publish.yml
vendored
@@ -4,6 +4,10 @@ on:
|
|||||||
release:
|
release:
|
||||||
types: [published]
|
types: [published]
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
id-token: write # Required for OIDC
|
||||||
|
contents: read
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
publish:
|
publish:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@@ -21,6 +25,6 @@ jobs:
|
|||||||
|
|
||||||
- run: bun test
|
- run: bun test
|
||||||
|
|
||||||
- run: bun publish --access public --provenance
|
- run: bunx npm publish --provenance --access public
|
||||||
env:
|
env:
|
||||||
NPM_CONFIG_REGISTRY: https://registry.npmjs.org
|
NPM_CONFIG_REGISTRY: https://registry.npmjs.org
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@nym.sh/jrx",
|
"name": "@nym.sh/jrx",
|
||||||
"version": "0.1.0",
|
"version": "0.2.0",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
|
|||||||
Reference in New Issue
Block a user