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 04f8292 commit 0b35377Copy full SHA for 0b35377
.github/workflows/Pipeline.yml
@@ -344,7 +344,7 @@ jobs:
344
with:
345
replacements: |
346
osvvm=${{ needs.Variables.outputs.tag }}
347
- nightly_name: testing
+ nightly_name: ${{ needs.Variables.outputs.tag }}
348
nightly_description: |
349
This release contains all important artifacts created by OSVVM's CI pipeline.
350
@@ -374,6 +374,7 @@ jobs:
374
## Documentation
375
376
* [Documentation](https://github.com/OSVVM/Documentation)
377
+ * [Further resources available at OSVVM.org](https://OSVVM.org)
378
379
inventory-json: "inventory.json"
380
inventory-version: ${{ needs.Variables.outputs.tag }}
0 commit comments