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