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 5bcafc5 commit 783d860
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/new-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,12 @@ jobs:
runs-on: ubuntu-latest
steps:

- name: Current dir
run : ls -h

- 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 783d860

Please sign in to comment.