Skip to content

Commit

Permalink
debug: show git diff to debug ci (#214)
Browse files Browse the repository at this point in the history
Signed-off-by: Mirko Mollik <mirko.mollik@fit.fraunhofer.de>
  • Loading branch information
cre8 authored Apr 25, 2024
1 parent 984b598 commit 63e9332
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,11 @@ jobs:
echo "registry=https://registry.npmjs.org/" >> .npmrc
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> .npmrc
npm whoami
#we only need this to debug the ci
- name: Show diff
run: |
git status
git diff
- name: 'Publish latest version'
run: pnpm publish:latest

0 comments on commit 63e9332

Please sign in to comment.