diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 187d917c..1b0dada8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -52,7 +52,7 @@ jobs: path: 'package.json' prop_path: 'version' ## we check if repo contains already this tag, if not version, has changed - - uses: mukunku/tag-exists-action@v1.6.0 + - uses: mukunku/tag-exists-action@v1.7.0 id: check with: tag: ${{ steps.version.outputs.prop }}