From 1fcf49053465c84bc001124c7437424eb9b46e77 Mon Sep 17 00:00:00 2001 From: Scott Dixon Date: Fri, 22 Mar 2024 09:25:17 -0700 Subject: [PATCH] Update release.yml for 2.3.3.dev0 release Setting CI guard to allow 2.3.3.dev0 release. --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 163e5ec7..8e2593d3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: - name: version-check # Fails the release if the release-tag doesn't match the Nunavut version at that tag. run: | - $(./.github/verify.py -vv --version-check-only "2.3.2.dev0") + $(./.github/verify.py -vv --version-check-only "2.3.3.dev0") - name: lint run: tox -e lint - name: test-nnvg