ci: npm publish braucht explizites --tag fuer Prerelease-Versionen

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01PKhFj1S3UdD6xL2fbWPeYj
This commit is contained in:
Thore Cimbal
2026-07-31 22:22:17 +02:00
co-authored by Claude Fable 5
parent 45a2366b1d
commit c12a411608
+3 -1
View File
@@ -62,4 +62,6 @@ publish_npm:
//rohana.axion1337.de/api/packages/sorb/npm/:_authToken=${GITEA_NPM_TOKEN} //rohana.axion1337.de/api/packages/sorb/npm/:_authToken=${GITEA_NPM_TOKEN}
EOF EOF
- cd embedded/web - cd embedded/web
- npm publish --access public # --tag latest explizit: npm verweigert Prerelease-Versionen (x.y.z-threadnet.N)
# sonst komplett; latest entspricht dem bisherigen Konsum-Verhalten
- npm publish --access public --tag latest