Skip to content

Commit

Permalink
Update release.yml to allow 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thirtytwobits authored Nov 3, 2023
1 parent d9e0560 commit 7ecfd68
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.0")
$(./.github/verify.py -vv --version-check-only "2.3.1")
- name: lint
run: tox -e lint
- name: test-nnvg
Expand Down

0 comments on commit 7ecfd68

Please sign in to comment.