Skip to content

Commit 029dc4e

Browse files
Trying to debug failed alpha release publishing
1 parent 9b87962 commit 029dc4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradlepublishalpha.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Grant execute permission for gradlew
2424
run: chmod +x gradlew
2525
- name: Run publish plugin
26-
run: ./gradlew publishPlugin -i
26+
run: ./gradlew publishPlugin -i --stacktrace --debug
2727
env:
2828
MAGENTO_PHPSTORM_intellijPublishToken: ${{ secrets.JET_BRAINS_TOKEN }}
2929
MAGENTO_PHPSTORM_isAlpha: true

0 commit comments

Comments
 (0)