From 7fc319077fc017f35d2881dd9b3b067f63c38894 Mon Sep 17 00:00:00 2001 From: Erin Date: Wed, 5 Mar 2025 12:29:10 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20update=20tag=20and=20publish=20g?= =?UTF-8?q?h=20workflow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/tag-and-publish.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/tag-and-publish.yml b/.github/workflows/tag-and-publish.yml index 8718b5be..416d2642 100644 --- a/.github/workflows/tag-and-publish.yml +++ b/.github/workflows/tag-and-publish.yml @@ -70,7 +70,6 @@ jobs: - name: Tag id: autotagger - if: steps.check_changes.outputs.uncommitted == 'false' uses: Klemensas/action-autotag@stable with: tag_message: ${{ steps.extract_changelog.outputs.changelog_content }} @@ -79,7 +78,7 @@ jobs: - name: Release id: create_release - if: steps.check_changes.outputs.uncommitted == 'false' && steps.autotagger.outputs.tagname != '' + if: steps.autotagger.outputs.tagname != '' uses: actions/create-release@v1.0.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -90,7 +89,6 @@ jobs: draft: false - name: Publish to npm - if: steps.check_changes.outputs.uncommitted == 'false' env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} run: |