Skip to content

Commit

Permalink
chore: Set correct branch name #2
Browse files Browse the repository at this point in the history
  • Loading branch information
hypery2k committed Nov 28, 2024
1 parent a32d543 commit 3bcbbeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ jobs:
commit-message: Update report
committer: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
author: ${{ github.actor }} <${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com>
branch: develop
delete-branch: true
branch: release/${{ inputs.releaseversion }}
base: develop
title: '[Release] ${{ inputs.releaseversion }}'
body: |
Release Plugin v${{ inputs.releaseversion }}
Expand Down

0 comments on commit 3bcbbeb

Please sign in to comment.