Skip to content

Commit a20bf4e

Browse files
authored
Rel 0.1.10 (#537)
* attempt to simplify for 0.1.10 * set npm config provenance pnpm doesn't support oidc out of the box
1 parent bc648fc commit a20bf4e

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,9 @@ jobs:
7777
run: pnpm --filter schema exec jsr publish --dry-run --allow-slow-types --allow-dirty
7878

7979
- name: Publish to npm
80-
run: pnpm --filter schema publish --access public --no-git-checks --provenance
80+
run: pnpm --filter schema publish
81+
env:
82+
NPM_CONFIG_PROVENANCE: true
8183

8284
- name: Publish to JSR
8385
run: pnpm --filter schema exec jsr publish --allow-slow-types

packages/schema/jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@runtimed/schema",
3-
"version": "0.1.9",
3+
"version": "0.1.10",
44
"exports": "./src/index.ts",
55
"license": "BSD-3-Clause"
66
}

packages/schema/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@runtimed/schema",
3-
"version": "0.1.9",
3+
"version": "0.1.10",
44
"type": "module",
55
"description": "Schema definitions for Anode - event-sourced notebook system",
66
"exports": "./src/index.ts",

0 commit comments

Comments
 (0)