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:
co-authored by
Claude Fable 5
parent
45a2366b1d
commit
c12a411608
+3
-1
@@ -62,4 +62,6 @@ publish_npm:
|
||||
//rohana.axion1337.de/api/packages/sorb/npm/:_authToken=${GITEA_NPM_TOKEN}
|
||||
EOF
|
||||
- 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
|
||||
|
||||
Reference in New Issue
Block a user