Skip to content

Commit 0f9dc50

Browse files
authored
fixes job name reference (#1966)
Signed-off-by: ChrisJBurns <[email protected]>
1 parent 1243c3a commit 0f9dc50

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/releaser.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,10 @@ jobs:
8888
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8989
WINGET_GITHUB_TOKEN: ${{ secrets.WINGET_GITHUB_TOKEN }}
9090
HOMEBREW_TAP_GITHUB_TOKEN: ${{ secrets.HOMEBREW_TAP_GITHUB_TOKEN }}
91-
VERSION: ${{ needs.ldflags_args.outputs.version }}
92-
COMMIT: ${{ needs.ldflags_args.outputs.commit }}
93-
COMMIT_DATE: ${{ needs.ldflags_args.outputs.commit-date }}
94-
TREE_STATE: ${{ needs.ldflags_args.outputs.tree-state }}
91+
VERSION: ${{ needs.compute-build-flags.outputs.version }}
92+
COMMIT: ${{ needs.compute-build-flags.outputs.commit }}
93+
COMMIT_DATE: ${{ needs.compute-build-flags.outputs.commit-date }}
94+
TREE_STATE: ${{ needs.compute-build-flags.outputs.tree-state }}
9595

9696
- name: Generate subject
9797
id: hash

0 commit comments

Comments
 (0)