diff --git a/.github/workflows/publish_sdk.yml b/.github/workflows/publish_sdk.yml index ce2a3cd2a..f9b23aaa5 100644 --- a/.github/workflows/publish_sdk.yml +++ b/.github/workflows/publish_sdk.yml @@ -35,7 +35,7 @@ jobs: echo "::notice ::Version from Cargo.toml $version" - name: Check if version is a Git tag - uses: mukunku/tag-exists-action@v1.2.0 + uses: mukunku/tag-exists-action@v1.4.0 if: ${{ steps.all_changed_files.outputs.all_changed_files == 'Cargo.lock iggy/Cargo.toml' }} id: check_git_tag with: