Commit d7283ad
committed
Use 'version' step outputs in release workflow
Fix incorrect step output references in .github/workflows/release.yml by replacing steps.get_version.outputs.VERSION with steps.version.outputs.VERSION for both the release artifact filename and release name. This ensures the workflow uses the actual step output name and prevents failures when creating the GitHub Release.1 parent fc38c02 commit d7283ad
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
80 | | - | |
| 79 | + | |
| 80 | + | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| |||
0 commit comments