Skip to content

Commit

Permalink
Fix tag names in prepare-release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsDrike committed Jun 8, 2023
1 parent d20934f commit 0b09866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
destination_branch: main
pr_assignee: ${{ github.event.sender.login }}
pr_title: Prepare for release of ${{ github.event.inputs.version }}
pr_label: "area: dependencies,type: release"
pr_label: "a: dependencies,t: release"
pr_body: |
Release preparation triggered by @${{ github.event.sender.login }}.
Once the pull request is merged, you can trigger a PyPI release by pushing a \`v${{ github.event.inputs.version }}\` git tag in the repository.

0 comments on commit 0b09866

Please sign in to comment.