Skip to content

Commit

Permalink
Fix copy-paste error in github actions config
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-pinkus committed Feb 2, 2025
1 parent 5bb5a4e commit c20186b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
STATUS: ${{ needs.npm_publish.outputs.package_version }}
COLOR: green
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
npm_badge_update:
crates_io_badge_update:
runs-on: ubuntu-latest
needs:
- crates_io_publish
Expand Down

0 comments on commit c20186b

Please sign in to comment.