mirror of
https://github.com/kennethnym/jrx.git
synced 2026-03-21 12:21:17 +00:00
Compare commits
3 Commits
bump-v0.2.
...
fix-publis
| Author | SHA1 | Date | |
|---|---|---|---|
| 2404c838c3 | |||
| 650e2141d8 | |||
| 2d75600913 |
6
.github/workflows/publish.yml
vendored
6
.github/workflows/publish.yml
vendored
@@ -4,6 +4,10 @@ on:
|
||||
release:
|
||||
types: [published]
|
||||
|
||||
permissions:
|
||||
id-token: write # Required for OIDC
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
publish:
|
||||
runs-on: ubuntu-latest
|
||||
@@ -21,6 +25,6 @@ jobs:
|
||||
|
||||
- run: bun test
|
||||
|
||||
- run: bun publish --access public --provenance
|
||||
- run: bunx npm publish --provenance --access public
|
||||
env:
|
||||
NPM_CONFIG_REGISTRY: https://registry.npmjs.org
|
||||
|
||||
Reference in New Issue
Block a user