Skip to content

Commit e198aef

Browse files
feat: release
debuging
2 parents cecd1e3 + e01ae29 commit e198aef

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,10 @@ jobs:
3030
- run: poetry install
3131
- run: poetry run pytest
3232

33-
- name: Upload Coverage
33+
- name: Upload coverage reports to Codecov
3434
uses: codecov/codecov-action@v3
35+
env:
36+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
3537

3638
semantic-release:
3739
name: Semantic Release and Publish
@@ -52,11 +54,12 @@ jobs:
5254
latest-changes:
5355
name: Latest Changes
5456
runs-on: ubuntu-latest
55-
if: github.event_name == 'pull_request' && github.ref == 'refs/heads/main' && github.event.pull_request.merged == true && github.event_name == 'push'
57+
if: (github.event_name == 'push' && github.ref == 'refs/heads/main') || (github.event_name == 'pull_request' && github.ref == 'refs/heads/main' && github.event.pull_request.merged == true)
5658
steps:
5759
- uses: actions/checkout@v4
5860
with:
5961
token: ${{ secrets.ATTICUS_PAT }}
6062
- uses: docker://tiangolo/latest-changes:0.2.0
6163
with:
6264
token: ${{ secrets.GITHUB_TOKEN }}
65+
commit-message: "chore: update README.md"

0 commit comments

Comments
 (0)