Skip to content

Commit

Permalink
fix: another go
Browse files Browse the repository at this point in the history
  • Loading branch information
talboren committed Aug 12, 2024
1 parent 2841b66 commit 9963b75
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,12 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
push: false

- name: Create or update release branch
run: |
git config user.name "Keep Release Bot"
git config user.email "[email protected]"
# Create or reset the release branch to match the current HEAD
git checkout -B release/${{ steps.release-step.outputs.version }}
- name: Open PR for release branch
uses: peter-evans/[email protected]
with:
committer: Keep Release Bot <[email protected]>
title: "Release - $(date +'%Y-%m-%d')"
branch: release/${{ steps.release-step.outputs.version }}
body: "This PR contains the latest release changes."
draft: false
base: main

0 comments on commit 9963b75

Please sign in to comment.