We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eeefbe9 + cdcdb2a commit 2be433dCopy full SHA for 2be433d
.github/workflows/gradlepublishalpha.yml
@@ -23,6 +23,7 @@ jobs:
23
- name: Grant execute permission for gradlew
24
run: chmod +x gradlew
25
- name: Run publish plugin
26
+ if: contains(github.event.pull_request.labels.*.name, 'deploy-alpha')
27
run: ./gradlew publishPlugin -i
28
env:
29
MAGENTO_PHPSTORM_intellijPublishToken: ${{ secrets.JET_BRAINS_TOKEN }}
0 commit comments