Skip to content

Commit ef694ef

Browse files
authored
update release
hard coded to 0.0.6
1 parent 2048931 commit ef694ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ jobs:
5454
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5555
with:
5656
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
57-
asset_path: ./vscode-nushell-lang-0.0.5.vsix # Need to get this version number dynamically
58-
asset_name: vscode-nushell-lang-0.0.5.vsix
57+
asset_path: ./vscode-nushell-lang-0.0.6.vsix # Need to get this version number dynamically
58+
asset_name: vscode-nushell-lang-0.0.6.vsix
5959
asset_content_type: application/vsix

0 commit comments

Comments
 (0)