Skip to content

Commit 2139ce9

Browse files
committed
chore(schema): fix publishing
1 parent a895e21 commit 2139ce9

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

components/schema/.github/workflows/release.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ on:
66
name: Release a New Version
77

88
permissions:
9-
id-token: write # Required for OIDC
10-
contents: read
9+
id-token: write # Required for OIDC
10+
contents: write
1111

1212
jobs:
1313
releaseandpublish:
@@ -43,4 +43,3 @@ jobs:
4343

4444
- name: 📢 Publish to NPM
4545
run: yarn publish --new-version ${GITHUB_REF#"refs/tags/"} --no-git-tag-version
46-

components/schema/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@crystallize/schema",
3-
"version": "6.3.1",
3+
"version": "6.3.2",
44
"license": "MIT",
55
"exports": {
66
"./catalogue": {

0 commit comments

Comments
 (0)