Skip to content

Commit d75a065

Browse files
Merge pull request #11 from wilsonneto-dev/wn/fix-publish-pipeline
build/fix: Fix publish pipeline
2 parents 1504efd + d202c66 commit d75a065

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/publish.yml

-8
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,3 @@ jobs:
3030
vsce package
3131
vsce publish -p ${{ secrets.MARKETPLACE_TOKEN }}
3232
33-
- name: Upload VSIX to GitHub Releases
34-
uses: actions/upload-release-asset@v1
35-
with:
36-
upload_url: ${{ steps.create_release.outputs.upload_url }}
37-
asset_path: './navigation-powerups.vsix'
38-
asset_name: 'navigation-powerups.vsix'
39-
asset_content_type: application/zip
40-

0 commit comments

Comments
 (0)