Change action name

This commit is contained in:
GoldenJaden 2023-12-09 13:53:57 +03:00
parent e7fb816a24
commit 2fc5932c21

View file

@ -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: