Skip to content

Commit

Permalink
fixed minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
damansdhillon committed Feb 13, 2023
1 parent e06ba0c commit f2b6d3f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,6 @@ jobs:
COMMIT_AUTH0_DOMAIN : https://commitdev.auth0.com
COMMIT_CLIENT_ID : ${{ secrets.COMMIT_CLIENT_ID_STAGING }}

# Rename the VSIX file to the version number
- name: Rename VSIX file
run: mv *.vsix commit-extension-${{ github.event.inputs.tag }}.vsix
# Upload the VSIX file as an artifact with version number
- uses: actions/upload-artifact@v3
with:
Expand Down Expand Up @@ -105,6 +102,8 @@ jobs:
${{ github.event.inputs.description }}
draft: false
prerelease: false

# Upload the VSIX file to the Github release
- name: Upload Release Asset
uses: actions/upload-release-asset@v1
env:
Expand Down

0 comments on commit f2b6d3f

Please sign in to comment.