1 Commits

Author SHA1 Message Date
Morten Olsen
69a6b23455 chore: publish as public packages 2023-09-06 13:00:16 +02:00

View File

@@ -106,6 +106,6 @@ jobs:
git config user.name "Github Actions Bot"
git config user.email "<>"
pnpm version $(git describe --tag --abbrev=0)
pnpm publish -r
pnpm publish -r --publish-branch main --access public
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}