Compare commits
2 Commits
abacus-rea
...
abacus-rea
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
342bff739a | ||
|
|
5e6c901f73 |
9
.github/workflows/publish-abacus-react.yml
vendored
9
.github/workflows/publish-abacus-react.yml
vendored
@@ -113,6 +113,12 @@ jobs:
|
||||
if (pkg.peerDependencies) pkg.peerDependencies = cleanWorkspaceDeps(pkg.peerDependencies);
|
||||
if (pkg.optionalDependencies) pkg.optionalDependencies = cleanWorkspaceDeps(pkg.optionalDependencies);
|
||||
|
||||
// Set publishConfig for GitHub Packages
|
||||
pkg.publishConfig = {
|
||||
access: 'public',
|
||||
registry: 'https://npm.pkg.github.com'
|
||||
};
|
||||
|
||||
// Write the clean package.json
|
||||
fs.writeFileSync('package.json', JSON.stringify(pkg, null, 2));
|
||||
console.log('Created clean package.json for version:', pkg.version);
|
||||
@@ -128,7 +134,8 @@ jobs:
|
||||
exit 1
|
||||
fi
|
||||
|
||||
npm publish
|
||||
# Explicitly set registry for this publish command
|
||||
npm publish --registry=https://npm.pkg.github.com
|
||||
else
|
||||
echo "No new abacus-react version tag found, skipping publish"
|
||||
fi
|
||||
@@ -1,3 +1,10 @@
|
||||
## [1.1.3](https://github.com/antialias/soroban-abacus-flashcards/compare/abacus-react-v1.1.2...abacus-react-v1.1.3) (2025-09-28)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **abacus-react:** force npm to use GitHub Packages registry ([5e6c901](https://github.com/antialias/soroban-abacus-flashcards/commit/5e6c901f73a68b60ec05f19c4a991ca8affc1589))
|
||||
|
||||
## [1.1.2](https://github.com/antialias/soroban-abacus-flashcards/compare/abacus-react-v1.1.1...abacus-react-v1.1.2) (2025-09-28)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user