Skip to content

Commit bd7d04d

Browse files
committed
ci(publish): add debug output
1 parent 0be59af commit bd7d04d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232

3333
- name: Install Python dependencies
3434
run: pdm sync -d
35+
36+
- name: Echo info output
37+
run: cat ~/.npmrc
3538

3639
- name: Publish
3740
run: '[[ ${{ github.ref_name }} =~ ^(.*)-[0-9]+\.[0-9]+\.[0-9]+$ ]] && export PROJECT="${BASH_REMATCH[1]}" && npx nx release publish --projects $PROJECT --verbose'

0 commit comments

Comments
 (0)