Update astro-ghostcms.yml

This commit is contained in:
Adam Matthiesen 2024-01-23 16:31:09 -08:00 committed by GitHub
parent f8127b8a24
commit e739a7b5fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ jobs:
# Change publish registry
echo "$(jq '.publishConfig.registry = "https://registry.npmjs.org"' package.json)" > package.json
# Publish package
pnpm publish
npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
@ -48,6 +48,6 @@ jobs:
# Change publish registry
echo "$(jq '.publishConfig.registry = "https://npm.pkg.github.com"' package.json)" > package.json
# Publish package
pnpm publish
npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.ACTION_TOKEN}}