diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 103eb37..6982d1e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -29,7 +29,6 @@ jobs: key: ${{ runner.os }}-test-${{ env.cache-name }}-${{ hashFiles('**/package-lock.json') }} - run: npm i - run: npm run test - - run: npm run build - run: npm publish --access public env: NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }} diff --git a/CHANGELOG.md b/CHANGELOG.md index 0abc976..15d16e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.4.3](https://github.com/nrccus/eslint-config/compare/1.4.2...1.4.3) (2023-09-15) + + +### Changes + +* Fix publish workflow ([6cb109f](https://github.com/nrccus/eslint-config/commit/6cb109f5e9858d56f61a21f4e0d5a80f50020604)) +* 1.4.2 ([c275d7d](https://github.com/nrccus/eslint-config/commit/c275d7d02804bdc315b97bf0331c8c7b48222394)) + ### [1.4.2](https://github.com/nrccus/eslint-config/compare/1.4.1...1.4.2) (2023-09-15) diff --git a/package.json b/package.json index d6a89c4..e31a176 100644 --- a/package.json +++ b/package.json @@ -95,5 +95,5 @@ "update:version:major": "standard-version --release-as major", "update:version:minor": "standard-version --release-as minor" }, - "version": "1.4.2" + "version": "1.4.3" }