File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636 echo "version=$version" >> $env:GITHUB_OUTPUT
3737 shell : pwsh
3838
39- - name : Update workflow run name
40- uses : actions/github-script@v7
41- with :
42- script : |
43- await github.rest.actions.updateWorkflowRun({
44- owner: context.repo.owner,
45- repo: context.repo.repo,
46- run_id: context.runId,
47- name: `Building '${{ inputs.extension-name }}' - v${{ steps.version.outputs.version }}`
48- })
49-
5039 - name : 2. Inject Honeycomb API Key
5140 if : hashFiles(env.HONEYCOMB_CONFIG) != ''
5241 run : |
Original file line number Diff line number Diff line change 8282 with :
8383 file_path : ./artifact/${{ env.INFO_FILE }}
8484
85- - name : Update workflow run name
86- uses : actions/github-script@v7
87- with :
88- script : |
89- await github.rest.actions.updateWorkflowRun({
90- owner: context.repo.owner,
91- repo: context.repo.repo,
92- run_id: context.runId,
93- name: `Publishing '${{ inputs.display-name }}' - v${{ steps.artifact_manifest.outputs.version }}`
94- })
95-
9685 - name : 3. Create Tag & Release
9786 uses : ncipollo/release-action@v1.14.0
9887 with :
You can’t perform that action at this time.
0 commit comments