diff --git a/.github/workflows/bump-version-on-merge-next.yml b/.github/workflows/bump-version-on-merge-next.yml index c89ccf25..d480e57c 100644 --- a/.github/workflows/bump-version-on-merge-next.yml +++ b/.github/workflows/bump-version-on-merge-next.yml @@ -32,7 +32,7 @@ jobs: uses: codex-team/action-nodejs-package-info@v1 # Stop workflow and do not bump version if it was changed already - - name: Stop workflow if version was not changed + - name: Stop workflow if version was changed already uses: styfle/cancel-workflow-action@0.12.0 if: steps.packageOld.outputs.version != steps.packageNew.outputs.version with: