Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tmart234 committed Nov 7, 2023
1 parent 1f74f29 commit 1c0121e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2
with:
fetch-depth: 0 # This fetches all history for all branches and tags

- name: Install Dependencies
run: pip install onnx bump2version
Expand Down

0 comments on commit 1c0121e

Please sign in to comment.