From 366826718205e6f542f69d890a44c3595fa84340 Mon Sep 17 00:00:00 2001 From: Johannes Ewald Date: Sun, 10 Nov 2024 02:24:28 +0100 Subject: [PATCH] fix: Adjust release script --- .releaserc.json | 6 ++---- CHANGELOG.md | 3 +-- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.releaserc.json b/.releaserc.json index 512b98f..b574784 100644 --- a/.releaserc.json +++ b/.releaserc.json @@ -15,10 +15,8 @@ [ "@semantic-release/exec", { - "verifyConditionsCmd": "echo //npm.pkg.github.com/:_authToken=${process.env.GITHUB_TOKEN} > temp.npmrc && npm whoami --userconfig temp.npmrc --registry https://npm.pkg.github.com/", - "publishCmd": "npm publish --userconfig temp.npmrc --tag ${nextRelease.channel} --registry https://npm.pkg.github.com/ --no-git-tag-version", - "successCmd": "rm temp.npmrc", - "failCmd": "rm temp.npmrc" + "verifyConditionsCmd": "echo //npm.pkg.github.com/:_authToken=${process.env.GITHUB_TOKEN} > $TMPDIR/github.npmrc && npm whoami --userconfig $TMPDIR/github.npmrc --registry https://npm.pkg.github.com/", + "publishCmd": "npm publish --userconfig $TMPDIR/github.npmrc --tag ${nextRelease.channel} --registry https://npm.pkg.github.com/ --no-git-tag-version" } ] ] diff --git a/CHANGELOG.md b/CHANGELOG.md index 00a3c9e..6fcd893 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,8 @@ # [1.0.0-beta.3](https://github.com/peerigon/configs/compare/v1.0.0-beta.2...v1.0.0-beta.3) (2024-11-10) - ### Bug Fixes -* Prettify CHANGELOG.md ([f904e8d](https://github.com/peerigon/configs/commit/f904e8d535a8d04d615281bb942ccd8b2f12a9d9)) +- Prettify CHANGELOG.md ([f904e8d](https://github.com/peerigon/configs/commit/f904e8d535a8d04d615281bb942ccd8b2f12a9d9)) # [1.0.0-beta.2](https://github.com/peerigon/configs/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2024-11-10)