Skip to content

Commit

Permalink
fix: Setup weight type to handle lowercased variants of the enum (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Kolstad authored Jan 20, 2023
1 parent 21a93f0 commit 040cf87
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ on:
jobs:
release:
runs-on: ubuntu-latest
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_PUBLISH_KEY }}
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down
Loading

0 comments on commit 040cf87

Please sign in to comment.