Skip to content

Commit f2b6d3f

Browse files
committed
fixed minor typo
1 parent e06ba0c commit f2b6d3f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build-deploy.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,6 @@ jobs:
7272
COMMIT_AUTH0_DOMAIN : https://commitdev.auth0.com
7373
COMMIT_CLIENT_ID : ${{ secrets.COMMIT_CLIENT_ID_STAGING }}
7474

75-
# Rename the VSIX file to the version number
76-
- name: Rename VSIX file
77-
run: mv *.vsix commit-extension-${{ github.event.inputs.tag }}.vsix
7875
# Upload the VSIX file as an artifact with version number
7976
- uses: actions/upload-artifact@v3
8077
with:
@@ -105,6 +102,8 @@ jobs:
105102
${{ github.event.inputs.description }}
106103
draft: false
107104
prerelease: false
105+
106+
# Upload the VSIX file to the Github release
108107
- name: Upload Release Asset
109108
uses: actions/upload-release-asset@v1
110109
env:

0 commit comments

Comments
 (0)