diff --git a/.changeset/two-ants-notice.md b/.changeset/two-ants-notice.md new file mode 100644 index 0000000..d514089 --- /dev/null +++ b/.changeset/two-ants-notice.md @@ -0,0 +1,5 @@ +--- +'zod-to-fields': patch +--- + +update cd workflow diff --git a/.github/workflows/CD.yml b/.github/workflows/CD.yml index ea609d7..f9acca9 100644 --- a/.github/workflows/CD.yml +++ b/.github/workflows/CD.yml @@ -41,4 +41,4 @@ jobs: - name: Publish to GitHub Packages run: pnpm publish:github env: - GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/package.json b/package.json index b4e10fa..d7d8916 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zod-to-fields", - "version": "0.1.2", + "version": "0.1.3", "description": "Turn your Zod schemas into configurable field arrays for easy integration with HTML, React, Vue, and more.", "main": "lib/cjs/index.js", "module": "lib/esm/index.js",