mirror of
https://github.com/standardnotes/app
synced 2026-09-13 00:45:26 -04:00
chore: fix publish command in workflow [skip ci]
This commit is contained in:
@@ -276,7 +276,7 @@ jobs:
|
||||
fi
|
||||
|
||||
echo "Publishing ${PACKAGE} (${TAGS[0]})..."
|
||||
yarn workspace "$PACKAGE" npm publish --access public --registry https://registry.npmjs.org
|
||||
yarn workspace "$PACKAGE" npm publish --access public
|
||||
|
||||
publish-docker:
|
||||
name: Publish to Docker Hub
|
||||
|
||||
Reference in New Issue
Block a user