We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5978a8d commit e9ada82Copy full SHA for e9ada82
.github/workflows/ci.yml
@@ -123,7 +123,7 @@ jobs:
123
124
- name: Store short commit SHA for filename
125
id: vars
126
- run: echo "::set-output name=sha_short::$(git rev-parse --short HEAD)"
+ run: echo "::set-output name=sha_short::${${{ github.event.pull_request.head.sha || github.sha }}:0:7}"
127
128
- name: Package Extension
129
run: npx vsce package -o rescript-vscode-${{ steps.vars.outputs.sha_short }}.vsix
0 commit comments