Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
---
 Signed-off-by: Peter Kriens <[email protected]>

Signed-off-by: Peter Kriens <[email protected]>
  • Loading branch information
pkriens committed Nov 29, 2024
1 parent f82b94e commit c17b7ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/postrelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
permissions:
contents: write
pull-requests: write

jobs:
doc_generate:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -70,6 +70,6 @@ jobs:
git config user.email [email protected]
git checkout -B post-release
git add .
git commit -m "Post release ${{ github.event.inputs.V1 }}"
git commit -s -m "Post release ${{ github.event.inputs.V1 }}"
git push origin post-release --force
gh pr create -f -B master

0 comments on commit c17b7ec

Please sign in to comment.