Skip to content

Commit

Permalink
Update publish-QAExtension.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
siyaramblackduck authored Oct 23, 2024
1 parent 9d76be0 commit a07b08d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish-QAExtension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,6 @@ jobs:
- name: update extension version in file
id: update-extension-version
if: ${{ steps.publish-qaextension.conclusion == 'success' }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUBTOKEN }}
run: |
echo "Updating extension version in vss-extension-dev.json & extension_version.txt file"
git config --local user.name "$(git log -n 1 --pretty=format:%an)"
Expand All @@ -124,4 +122,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: ${{ env.EXTENSION_NAME }}-${{ env.NEW_VERSION }}.vsix
path: "*.vsix"
path: "*.vsix"

0 comments on commit a07b08d

Please sign in to comment.