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 24def94 commit 6e529f6Copy full SHA for 6e529f6
.github/workflows/build.yml
@@ -34,9 +34,6 @@ jobs:
34
configuration: ./phpunit.xml
35
args: --coverage-text
36
37
- - name: Publish to codecov
38
- run: bash <(curl -s https://codecov.io/bash)
39
-
40
- name: Notify slack success
41
if: success()
42
env:
.github/workflows/ci.yml
@@ -33,6 +33,11 @@ jobs:
33
- name: Publish to codecov
run: bash <(curl -s https://codecov.io/bash)
+ - name: Create changelog
+ uses: heinrichreimer/[email protected]
+ with:
+ token: ${{ secrets.GITHUB_TOKEN }}
+
43
0 commit comments