Skip to content

Commit ffe31aa

Browse files
authored
Define working branch to commit to
1 parent 5f95bde commit ffe31aa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pypi.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ jobs:
1212
permissions:
1313
id-token: write
1414
contents: write # required to push with GITHUB_TOKEN
15-
15+
env:
16+
BRANCH: ${{ github.event.release.target_commitish }}
17+
1618
steps:
1719
- uses: actions/checkout@v4
1820
with:

0 commit comments

Comments
 (0)