We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 224d826 commit 8f8bb56Copy full SHA for 8f8bb56
recipes/ci-cd/github-actions/workflows/vscode-extension.md
@@ -44,7 +44,11 @@ Copied from [cschleiden/vscode-github-actions](https://github.com/cschleiden/vsc
44
asset_name: vscode-github-actions-1.0.${{ github.run_number }}.vsix
45
asset_content_type: application/vsix
46
```
47
-
+
48
+The Create Release section needs an underscore for the ID so it can be referenced in the last step.
49
50
+The asset path and asset name part are both the same - perhaps there is a shorter way like only setting one or referencing one in the other.
51
52
Here are the script commands:
53
54
- `package.json`
0 commit comments