Skip to content

Commit

Permalink
Add missing shell props
Browse files Browse the repository at this point in the history
  • Loading branch information
philip-gai authored Nov 1, 2021
1 parent 7b8d0c2 commit 65bc36b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/composite/web-app-build-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ runs:
cache-dependency-path: "${{ inputs.working-directory }}"
- name: npm install, lint, build
working-directory: "${{ inputs.working-directory }}"
shell: bash
run: |
npm install
npm run lint
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ runs:
steps:
- name: "Tar directory"
working-directory: "${{ inputs.working-directory }}"
shell: bash
run: tar -cvf release.tar "${{ inputs.dist-directory }}"
- name: Bump version and push tag
id: github-tag-action
Expand Down

0 comments on commit 65bc36b

Please sign in to comment.