Skip to content

Commit

Permalink
fix: 优化 actions 29
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudcome committed Mar 17, 2023
1 parent 6208deb commit b0b7de2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/npm-publish/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ runs:
steps:
- id: pkg
uses: jaywcjlove/github-action-package@main
- id: name
- id: naming
shell: bash
# originName -> underscoreName
# my-pkg -> my-pkg
Expand Down Expand Up @@ -56,5 +56,5 @@ runs:
with:
data: |
{
"name": "@${{ github.repository_owner }}/${{ steps.name.outputs.underscore }}"
"name": "@${{ github.repository_owner }}/${{ steps.naming.outputs.underscore }}"
}

0 comments on commit b0b7de2

Please sign in to comment.