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 e06ba0c commit f2b6d3fCopy full SHA for f2b6d3f
.github/workflows/build-deploy.yml
@@ -72,9 +72,6 @@ jobs:
72
COMMIT_AUTH0_DOMAIN : https://commitdev.auth0.com
73
COMMIT_CLIENT_ID : ${{ secrets.COMMIT_CLIENT_ID_STAGING }}
74
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
78
# Upload the VSIX file as an artifact with version number
79
- uses: actions/upload-artifact@v3
80
with:
@@ -105,6 +102,8 @@ jobs:
105
102
${{ github.event.inputs.description }}
106
103
draft: false
107
104
prerelease: false
+
+ # Upload the VSIX file to the Github release
108
- name: Upload Release Asset
109
uses: actions/upload-release-asset@v1
110
env:
0 commit comments