Skip to content

Commit

Permalink
Update new-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
appsaeed authored May 21, 2024
1 parent 1069d46 commit b5ec6e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/new-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- name: Read package name
id: get-package-name
run: echo "::set-output name=name::$(jq -r .name ./package.json)"
run: echo "::set-output name=name::$(jq -r .name /package.json)"
shell: bash


Expand Down

0 comments on commit b5ec6e9

Please sign in to comment.