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 440f657 commit a6785e2Copy full SHA for a6785e2
.github/workflows/publish-to-pypi.yml
@@ -95,8 +95,7 @@ jobs:
95
with:
96
script: |
97
const { owner, repo } = context.repo;
98
- const version = process.env.VERSION;
99
- const issueTitle = `Release job for ${version} failed`;
+ const issueTitle = `Release job for failed`;
100
const issueBody = `The release job failed. Please check the [workflow run](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}) for more details.`;
101
const assignees = [context.actor];
102
0 commit comments