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.
1 parent 4e64202 commit af41db1Copy full SHA for af41db1
.github/workflows/php84.yaml
@@ -119,3 +119,10 @@ jobs:
119
uses: WebFiori/workflows/.github/workflows/quality-sonarcloud.yaml@main
120
secrets:
121
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
122
+
123
+ release-prod:
124
+ name: Prepare Production Release Branch / Publish Release
125
+ needs: [code-coverage, code-quality]
126
+ uses: WebFiori/workflows/.github/workflows/release-php.yaml@main
127
+ with:
128
+ branch: 'main'
0 commit comments