Skip to content

Commit

Permalink
ci: push changelog and files with updated versions on release (#30)
Browse files Browse the repository at this point in the history
### Summary of Changes

Instead of creating a pull request with the files changed by a release,
push to main again.
  • Loading branch information
lars-reimann committed Mar 17, 2023
1 parent 34f1389 commit 0c0dcaa
Show file tree
Hide file tree
Showing 6 changed files with 61 additions and 688 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Dependency Review

on:
pull_request:
branches: [main]
branches: [ main ]

jobs:
dependency-review:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/megalinter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: MegaLinter

on:
pull_request:
branches: [main]
branches: [ main ]

jobs:
megalinter:
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,5 @@ jobs:
working-directory: .
python-version: "3.10"
secrets:
GITHUB_PAT: ${{ secrets.PAT }}
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
permissions:
contents: write
issues: write
pull-requests: write
Loading

0 comments on commit 0c0dcaa

Please sign in to comment.