Skip to content

Commit a6785e2

Browse files
committed
NO-ISSUE fix
1 parent 440f657 commit a6785e2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish-to-pypi.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,7 @@ jobs:
9595
with:
9696
script: |
9797
const { owner, repo } = context.repo;
98-
const version = process.env.VERSION;
99-
const issueTitle = `Release job for ${version} failed`;
98+
const issueTitle = `Release job for failed`;
10099
const issueBody = `The release job failed. Please check the [workflow run](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}) for more details.`;
101100
const assignees = [context.actor];
102101

0 commit comments

Comments
 (0)