Skip to content

Commit

Permalink
Deduplicate 'version v0.x.y' in PR workflow (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
pietern authored Oct 16, 2023
1 parent b03a1f7 commit a0d4e6f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
author: "eng-dev-ecosystem-bot <[email protected]>"
committer: "eng-dev-ecosystem-bot <[email protected]>"
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: Release CLI version v${{ github.event.inputs.version }}
body: Release CLI version v${{ github.event.inputs.version }}
commit-message: Release CLI v${{ github.event.inputs.version }}
body: Release CLI v${{ github.event.inputs.version }}
branch: release-v${{ github.event.inputs.version }}
title: 'Release CLI version v${{ github.event.inputs.version }}'
title: 'Release CLI v${{ github.event.inputs.version }}'
draft: false

0 comments on commit a0d4e6f

Please sign in to comment.