Skip to content

Commit

Permalink
fix(cicd): fixed missing uses
Browse files Browse the repository at this point in the history
  • Loading branch information
JBBianchi committed Nov 29, 2023
1 parent 8ac04de commit 543d197
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/js-package-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ jobs:
- build
# - test
# - lint
uses: ./.github/workflows/js-cleanup-cache.yml
with:
name: ${{ fromJSON(needs.config.outputs.package-config).name }}
path: ${{ fromJSON(needs.config.outputs.package-config).path }}
Expand All @@ -108,6 +109,7 @@ jobs:
needs:
- config
- publish
uses: ./.github/workflows/js-cleanup-cache.yml
with:
name: ${{ fromJSON(needs.config.outputs.package-config).name }}
path: ${{ fromJSON(needs.config.outputs.package-config).path }}
Expand Down

0 comments on commit 543d197

Please sign in to comment.