Skip to content

Commit

Permalink
Update release.yml for 2.3.3.dev0 release
Browse files Browse the repository at this point in the history
Setting CI guard to allow 2.3.3.dev0 release.
  • Loading branch information
thirtytwobits authored Mar 22, 2024
1 parent 1998ea1 commit 1fcf490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1fcf490

Please sign in to comment.