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 b6108b3 commit c0070e7Copy full SHA for c0070e7
_posts/2025-08-31-building-ytx-a-youtube-transcript-extractor-as-a-dotnet-global-tool.md
@@ -307,6 +307,7 @@ To streamline releases and reduce manual work, I set up GitHub Actions to automa
307
308
The complete workflow file (`.github/workflows/publish.yml`) handles all of this:
309
310
+{% raw %}
311
```yaml
312
name: Publish NuGet (ytx)
313
@@ -401,6 +402,7 @@ jobs:
401
402
name: ytx v${{ steps.bump.outputs.version }}
403
generate_release_notes: true
404
```
405
+{% endraw %}
406
407
**Understanding the Workflow Architecture** 🏗️
408
0 commit comments