Skip to content

Commit

Permalink
Bash actions
Browse files Browse the repository at this point in the history
  • Loading branch information
giancosta86 committed Jan 14, 2025
1 parent 02081dd commit 0fe15e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion actions/publish-npm-package/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ runs:
shell: bash
working-directory: ${{ inputs.project-directory }}
run: |
source "${{ github.action_path }}/../../shared/npm.sh"
source "${{ github.action_path }}/../../core/bash/npm.sh"
tryToRunNpmBuildScript
Expand Down
2 changes: 1 addition & 1 deletion actions/verify-npm-package/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ runs:
shell: bash
working-directory: ${{ inputs.project-directory }}
run: |
source "${{ github.action_path }}/../../shared/npm.sh"
source "${{ github.action_path }}/../../core/bash/npm.sh"
tryToRunNpmBuildScript
Expand Down

0 comments on commit 0fe15e8

Please sign in to comment.