Skip to content

Commit e126db2

Browse files
committed
setup trusted publish; tag 0.9.11
1 parent d65bbab commit e126db2

4 files changed

Lines changed: 8 additions & 6 deletions

File tree

.github/workflows/npm-publish.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
release:
66
types: [created]
77

8+
permissions:
9+
contents: read
10+
id-token: write # Required for OIDC
11+
812
jobs:
913
deploy:
1014
name: Deploy
@@ -25,6 +29,4 @@ jobs:
2529
- run: caps --ci && yarn && yarn compile-server && yarn compile-page && yarn release-page
2630

2731
- name: publish
28-
run: npm publish
29-
env:
30-
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
32+
run: npm publish --provenance --access public

calcit.cirru

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

compact.cirru

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
{} (:package |app)
3-
:configs $ {} (:init-fn |app.server/main!) (:reload-fn |app.server/reload!) (:version |0.9.10)
3+
:configs $ {} (:init-fn |app.server/main!) (:reload-fn |app.server/reload!) (:version |0.9.11)
44
:modules $ [] |lilac/ |memof/ |recollect/ |cumulo-util.calcit/ |ws-edn.calcit/ |bisection-key/ |respo-markdown.calcit/
55
:entries $ {}
66
:client $ {} (:init-fn |app.client/main!) (:reload-fn |app.client/reload!)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@calcit/editor",
3-
"version": "0.9.10",
3+
"version": "0.9.11",
44
"description": "Structural Editor for Calcit Language",
55
"bin": {
66
"ct": "server.mjs"

0 commit comments

Comments
 (0)