This is an automated email from Gerrit. "Erhan Kurubas <erhan.kuru...@espressif.com>" just uploaded a new patch set to Gerrit, which you can find at https://review.openocd.org/c/openocd/+/7551
-- gerrit commit 8a3269f7c19946c1b8bbe2518969b0a9281c60d2 Author: Erhan Kurubas <erhan.kuru...@espressif.com> Date: Sat Mar 25 02:56:19 2023 +0300 github/workflow: increase delete-tag-and-release version Fixes Error Unable to find version `v0.2.0` Signed-off-by: Erhan Kurubas <erhan.kuru...@espressif.com> Change-Id: I02af41f6189d5a28f874c9b008073d74de46b4ca diff --git a/.github/workflows/snapshot.yml b/.github/workflows/snapshot.yml index e5997a055b..42076d7f9d 100644 --- a/.github/workflows/snapshot.yml +++ b/.github/workflows/snapshot.yml @@ -94,7 +94,7 @@ jobs: with: path: ${{ env.ARTIFACT_PATH }} - name: Delete 'latest' Release - uses: dev-drprasad/delete-tag-and-release@v0.2.0 + uses: dev-drprasad/delete-tag-and-release@v0.2.1 with: delete_release: true tag_name: ${{ env.RELEASE_NAME }} diff --git a/jimtcl b/jimtcl index 1933e5457b..a77ef1a621 160000 --- a/jimtcl +++ b/jimtcl @@ -1 +1 @@ -Subproject commit 1933e5457b9512d39ebbe11ed32578aada149f49 +Subproject commit a77ef1a6218fad4c928ddbdc03c1aedc41007e70 --