From 5992ad00432437d31fe012a515747783082104c4 Mon Sep 17 00:00:00 2001 From: alvicsam Date: Mon, 7 Apr 2025 13:11:09 +0200 Subject: [PATCH] nit --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1887069..9b0328c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,8 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Check that tag and version in Cargo.toml match + # Check that tag and version in Cargo.toml match + - name: Check versions id: versions run: | if [[ $CURRENT_TAG == 'main' ]];