Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Philipp Burckhardt <pburckhardt@outlook.com>
  • Loading branch information
Planeshifter committed Jul 26, 2024
1 parent 6424170 commit e2faafc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,14 @@ jobs:
token: ${{ secrets.NPM_TOKEN }}
access: public

# Upload npm logs:
- name: Upload npm logs
uses: actions/upload-artifact@v4
if: failure()
with:
name: npm-logs
path: /home/runner/.npm/_logs/

# Discard any uncommitted changes:
- name: 'Discard any uncommitted changes'
run: |
Expand Down

0 comments on commit e2faafc

Please sign in to comment.