Skip to content

Commit

Permalink
Fix reporting in validate job
Browse files Browse the repository at this point in the history
  • Loading branch information
filiptronicek committed Aug 25, 2023
1 parent 42f7ae0 commit 166f923
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-extensions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
env:
OVSX_PAT: ${{ secrets.OVSX_PAT }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: "Report publishing results"
- name: Report results
run: bun run ./report-extensions.ts
- uses: actions/upload-artifact@v3
if: always()
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/validate-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
- run: EXTENSIONS=$(node diff-extensions) node publish-extensions
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: node report-extensions
- name: Report results
run: bun run ./report-extensions.ts
- uses: actions/upload-artifact@v3
if: always()
with:
Expand Down

0 comments on commit 166f923

Please sign in to comment.