Skip to content

Commit

Permalink
fix(infra): typo in bitmap check variable (#2766)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucianHymer authored Aug 6, 2024
1 parent 34766bc commit c58fa95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_and_deploy_production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
- name: Check provider bitmaps
uses: ./.github/actions/check-provider-bitmaps
with:
ALCHEMY_API_KEY_OP: ${{env.ALCHEMY_API_KEY}}
ALCHEMY_API_KEY: ${{env.ALCHEMY_API_KEY}}

create-draft-release:
name: Create Draft Release
Expand Down

0 comments on commit c58fa95

Please sign in to comment.