Skip to content

Commit bd9d19f

Browse files
authored
manually revert #161
1 parent ba58e5e commit bd9d19f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ jobs:
4444
uses: myrotvorets/info-from-package-json-action@1.1.0
4545
id: ver
4646

47+
- uses: lannonbr/vsce-action@master
48+
with:
49+
args: "package"
50+
4751
# Note: This works but you can't unpublish something so if the next thing fails, you're just stuck.
4852
#- name: Publish to Open VSX Registry
4953
# uses: HaaLeo/publish-vscode-extension@v1
@@ -77,6 +81,7 @@ jobs:
7781
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7882
with:
7983
upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
80-
asset_path: ${{ steps.publishOpenVSX.outputs.vsixPath }} # Need to get this version number dynamically
84+
#asset_path: ${{ steps.publishOpenVSX.outputs.vsixPath }} # Need to get this version number dynamically
85+
asset_path: ./vscode-nushell-lang-${{ steps.ver.outputs.packageVersion }}.vsix # Need to get this version number dynamically
8186
asset_name: vscode-nushell-lang-${{ steps.ver.outputs.packageVersion }}.vsix
8287
asset_content_type: application/vsix

0 commit comments

Comments
 (0)