We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6637494 commit d009985Copy full SHA for d009985
.github/workflows/release.yml
@@ -58,5 +58,5 @@ jobs:
58
with:
59
upload_url: ${{ steps.create_release.outputs.upload_url }}
60
asset_path: ./dist/mtimweb-llm-better-view.js
61
- asset_name: dist-${{ steps.get_tag.outputs.TAG_NAME }}.js
+ asset_name: dist-latest.js
62
asset_content_type: application/javascript
0 commit comments