Skip to content

Commit 63782f0

Browse files
authored
Update run-publisher.yaml
1 parent 204e5dd commit 63782f0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tools/github_workflows/run-publisher.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ jobs:
2525
# Set the COMMIT_ID env variable
2626
- name: Set the Commit Id
2727
id: commit
28-
run: |
29-
echo "::set-output name=commit_id::${{ github.sha }}"
28+
run: echo "commit_id=${GITHUB_SHA}" >> $GITHUB_ENV
3029
outputs:
3130
commit_id: ${{ steps.commit.outputs.commit_id }}
3231
#Publish with Commit ID

0 commit comments

Comments
 (0)