Skip to content

Commit

Permalink
chore: Update release.yml to use the correct branch for the commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ogabrielluiz committed Jun 25, 2024
1 parent ad4d7c0 commit 20ceb42
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,7 @@ on:
required: false
type: boolean
default: true
branch:
description: "Branch to release from"
required: true
type: string
default: "main"


env:
POETRY_VERSION: "1.8.2"
Expand Down Expand Up @@ -180,4 +176,4 @@ jobs:
generateReleaseNotes: true
prerelease: ${{ inputs.pre_release }}
tag: v${{ needs.release-main.outputs.version }}
commit: ${{ inputs.branch }}
commit: ${{ github.ref }}

0 comments on commit 20ceb42

Please sign in to comment.