We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a895e21 commit 2139ce9Copy full SHA for 2139ce9
2 files changed
components/schema/.github/workflows/release.yaml
@@ -6,8 +6,8 @@ on:
6
name: Release a New Version
7
8
permissions:
9
- id-token: write # Required for OIDC
10
- contents: read
+ id-token: write # Required for OIDC
+ contents: write
11
12
jobs:
13
releaseandpublish:
@@ -43,4 +43,3 @@ jobs:
43
44
- name: 📢 Publish to NPM
45
run: yarn publish --new-version ${GITHUB_REF#"refs/tags/"} --no-git-tag-version
46
-
components/schema/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@crystallize/schema",
3
- "version": "6.3.1",
+ "version": "6.3.2",
4
"license": "MIT",
5
"exports": {
"./catalogue": {
0 commit comments