diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index e0cee62..f69af7f 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -6,8 +6,8 @@ env: on: push: - tags: - - 'v*' + branches: + - release # This is what will cancel the workflow concurrency: diff --git a/docs/package.json b/docs/package.json index 76e82f4..f8386cf 100644 --- a/docs/package.json +++ b/docs/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@shikijs/transformers": "^1.10.3", - "js-utils-es": "workspace:*", + "js-utils-es": "1.0.7", "prettier": "^3.3.2", "shiki": "^1.10.3" }, diff --git a/package.json b/package.json index 6b7ea41..b9ead87 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "js-utils-es", - "version": "1.0.5", + "version": "1.0.7", "packageManager": "pnpm@9.5.0+sha512.140036830124618d624a2187b50d04289d5a087f326c9edfc0ccd733d76c4f52c3a313d4fc148794a2a9d81553016004e6742e8cf850670268a7387fc220c903", "description": "A state-of-the-art, high-performance JavaScript utility library with a small bundle size and strong type annotations.", "license": "MIT",