Skip to content

Commit

Permalink
unblocking release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thirtytwobits committed Jun 7, 2023
1 parent f0cc6cd commit 71fdbbc
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 "${{ steps.process_event.outputs.tag }}")
$(./.github/verify.py -vv --version-check-only "2.1.0")
- name: lint
run: tox -e lint
- name: test-nnvg
Expand Down

0 comments on commit 71fdbbc

Please sign in to comment.