Skip to content

Commit 217c77a

Browse files
committed
[GHA] Fix typo
1 parent 147406d commit 217c77a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/snapshot-vscode-extension.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
with:
3939
node-version: 22
4040
- name: version
41+
id: version
4142
run: |
4243
cd ${{ github.workspace }}/vscode-extensions/${{ inputs.extension-name }}
4344
version=$(npm pkg get version)
@@ -58,6 +59,7 @@ jobs:
5859
echo "VSIX file to upload ${vsix_file}"
5960
s3_path=snapshot/vscode-extensions/${{ inputs.extension-name }}
6061
echo "S3 path: ${s3_path}"
62+
echo "version=${{ steps.version.outputs.version }}"
6163
aws s3 rm s3://$AWS_S3_BUCKET/$s3_path/ --recursive --exclude "*" --include "${{ inputs.extension-name }}-${{ steps.version.outputs.version }}*.vsix"
6264
aws s3 cp ./vsix/$vsix_file s3://$AWS_S3_BUCKET/$s3_path/$vsix_file --no-progress --checksum-algorithm CRC32
6365
- name: Update Nightly Builds download page

0 commit comments

Comments
 (0)