We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f01b27 commit 5a48510Copy full SHA for 5a48510
.github/workflows/release.yml
@@ -29,6 +29,9 @@ jobs:
29
permissions:
30
contents: write
31
32
+ env:
33
+ BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
34
+
35
steps:
36
- uses: actions/checkout@v5
37
with:
@@ -40,7 +43,7 @@ jobs:
40
43
- name: Install uv
41
44
uses: astral-sh/setup-uv@v7
42
45
- name: Build berserk package
- run: uv run release.py --bump ${{ github.event.inputs.bump }}
46
+ run: uv run release.py --bump ${{ github.event.inputs.bump }} --branch ${{ env.BRANCH_NAME }}
47
- name: Store the distribution packages
48
uses: actions/upload-artifact@v4
49
0 commit comments