Skip to content

Commit

Permalink
ci: Füge release-please der CI/CD-Pipeline hinzu
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxG87 committed Dec 14, 2023
2 parents 2b9eeeb + d3dd2af commit 3b74e8f
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/release-please.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
on:
push:
branches:
- main

permissions:
contents: write
pull-requests: write

name: release-please

jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v4
with:
token: ${{ secrets.ButterBackup_CICD }}
release-type: python
package-name: release-please-action

0 comments on commit 3b74e8f

Please sign in to comment.