Skip to content

Commit

Permalink
chore: debug failing action
Browse files Browse the repository at this point in the history
  • Loading branch information
ivarni committed Aug 26, 2024
1 parent 056f90a commit a974e31
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/alpha-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,10 @@ jobs:
GH_TOKEN: ${{ secrets.BOT_PUBLISH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.BOT_PUBLISH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Debug
if: always()
uses: actions/upload-artifact@v3
with:
path: |
.npmrc

0 comments on commit a974e31

Please sign in to comment.