Skip to content

Commit a7dbb50

Browse files
authored
update release
fixed type-os
1 parent 34c3e1f commit a7dbb50

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5656
with:
5757
tag_name: ${{ github.ref }}
58-
release_name: ${{ steps.info.outputs.version }} Release
58+
release_name: ${{ steps.ver.outputs.packageVersion }} Release
5959
draft: true
6060
prerelease: true
6161

@@ -66,6 +66,6 @@ jobs:
6666
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6767
with:
6868
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
69-
asset_path: ./vscode-nushell-lang-${{steps.ver.outputs.version}}.vsix # Need to get this version number dynamically
70-
asset_name: vscode-nushell-lang-${{steps.ver.outputs.version}}.vsix
69+
asset_path: ./vscode-nushell-lang-${{ steps.ver.outputs.packageVersion }}.vsix # Need to get this version number dynamically
70+
asset_name: vscode-nushell-lang-${{ steps.ver.outputs.packageVersion }}.vsix
7171
asset_content_type: application/vsix

0 commit comments

Comments
 (0)