Skip to content

Commit a741de4

Browse files
nsheapsclaude
andcommitted
fix: use GITHUB_JOB_URL env var for workflow link
Co-Authored-By: Claude Code (User Settings, in: ${CLAUDE_PROJECT_DIR}) <noreply@anthropic.com>
1 parent 7bc7b57 commit a741de4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
- name: Create PR to update formula with auto-merge
138138
env:
139139
RELEASE_URL: https://github.com/${{ github.repository }}/releases/tag/${{ steps.release.outputs.tag }}
140-
JOB_URL: ${{ steps.context.outputs.job_html_url }}
140+
JOB_URL: ${{ env.GITHUB_JOB_URL }}
141141
VERSION: ${{ steps.release.outputs.version }}
142142
TAG: ${{ steps.release.outputs.tag }}
143143
run: |

0 commit comments

Comments
 (0)