From 71fdbbc5423e898ef37a1345156132d65d866c12 Mon Sep 17 00:00:00 2001 From: Scott Dixon Date: Wed, 7 Jun 2023 15:32:49 -0700 Subject: [PATCH] unblocking release 2.1.0 --- .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 63a44fcc..5d1fc34f 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 "${{ steps.process_event.outputs.tag }}") + $(./.github/verify.py -vv --version-check-only "2.1.0") - name: lint run: tox -e lint - name: test-nnvg