Skip to content

Commit

Permalink
remove failing listing of artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbkoch committed Jul 30, 2024
1 parent f45542c commit dec3ed6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,6 @@ jobs:
echo "::set-output name=run_id::${run_id}"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: List available artifacts for debugging
run: |
gh run view ${{ steps.find_workflow.outputs.run_id }} --log
gh run artifacts ${{ steps.find_workflow.outputs.run_id }}
- name: Download npm artifact
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit dec3ed6

Please sign in to comment.