Skip to content

Commit 6915939

Browse files
authored
Merge pull request #134 from oddstr13:pr-release-next-workflows-19
🔧 Debug publish
2 parents c185ee6 + 95bb107 commit 6915939

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release-next-publish.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ jobs:
3939
- name: Checkout repository
4040
uses: actions/checkout@v4
4141

42+
- name: Debug
43+
run: |
44+
find ./.github -ls
45+
4246
- name: Call release workflow
4347
uses: ./.github/workflows/publish.yaml
4448
with:

0 commit comments

Comments
 (0)