Skip to content

Commit c20186b

Browse files
committed
Fix copy-paste error in github actions config
1 parent 5bb5a4e commit c20186b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
STATUS: ${{ needs.npm_publish.outputs.package_version }}
5656
COLOR: green
5757
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
58-
npm_badge_update:
58+
crates_io_badge_update:
5959
runs-on: ubuntu-latest
6060
needs:
6161
- crates_io_publish

0 commit comments

Comments
 (0)