Skip to content

Commit 09ae2b7

Browse files
ci: test
1 parent 51e1df2 commit 09ae2b7

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

.github/workflows/test-release-please.yml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -20,31 +20,6 @@ jobs:
2020
with:
2121
fetch-depth: 0
2222

23-
- name: Debug package.json versions
24-
run: |
25-
echo "=== Package.json Versions ==="
26-
echo "Root package.json version:"
27-
node -p "require('./package.json').version"
28-
echo ""
29-
echo "DApp package.json version:"
30-
node -p "require('./dapp/package.json').version"
31-
echo ""
32-
echo "Release-please manifest:"
33-
cat release-please-manifest.json
34-
echo ""
35-
36-
- name: Debug release-please config
37-
run: |
38-
echo "=== Release-Please Config ==="
39-
cat release-please-config.json
40-
echo ""
41-
42-
- name: Debug recent commits
43-
run: |
44-
echo "=== Recent Commits ==="
45-
git log --oneline -5
46-
echo ""
47-
4823
- name: Test release-please dry run
4924
uses: googleapis/release-please-action@v4
5025
with:

0 commit comments

Comments
 (0)