Skip to content

Commit 5eec5d3

Browse files
authored
Use Correct SHA
1 parent 2abcea2 commit 5eec5d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/github_workflows/run-publisher.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
# Set the COMMIT_ID env variable
2626
- name: Set the Commit Id
2727
id: commit
28-
run: echo "commit_id=${github.sha}" >> $GITHUB_OUTPUT
28+
run: echo "commit_id=${GITHUB_SHA}" >> $GITHUB_OUTPUT
2929
outputs:
3030
commit_id: ${{ steps.commit.outputs.commit_id }}
3131
#Publish with Commit ID

0 commit comments

Comments
 (0)