From 515f90619df3069f8f08030933cef15aa2759961 Mon Sep 17 00:00:00 2001 From: CJ42 Date: Thu, 18 Apr 2024 14:04:49 +0100 Subject: [PATCH 1/2] ci: remove outdated workflow to check version changed and use release-please output --- .github/workflows/release.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 05b2ba39..00b3a262 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -47,16 +47,8 @@ jobs: bump-minor-pre-major: true default-branch: main - - name: 🔍 Check if version changed - uses: EndBug/version-check@v1 - if: github.event_name == 'push' - id: check - - - name: 🔄 Check if should release - run: echo "SHOULD_RELEASE=${{ steps.check.outputs.changed == 'true' }}" >> $GITHUB_ENV - - name: 📦 Publish to NPM - if: env.SHOULD_RELEASE == 'true' + if: steps.release.outputs.releases_created run: npm publish --access public env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} From 5c7f6c4b6aa006b15a33072f615dfd0b8bed3460 Mon Sep 17 00:00:00 2001 From: CJ42 Date: Thu, 18 Apr 2024 14:05:33 +0100 Subject: [PATCH 2/2] chore: release 0.25.0 Release-As: 0.25.0