Skip to content

Commit 6b425cf

Browse files
authored
Add the registry url back (#371)
1 parent 5a32db1 commit 6b425cf

File tree

4 files changed

+18
-4
lines changed

4 files changed

+18
-4
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@ jobs:
1515
- uses: actions/setup-node@v6
1616
with:
1717
node-version: "20.x"
18+
registry-url: "https://registry.npmjs.org"
1819
- run: npm install
1920
- run: npm publish --access public --provenance

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [2.0.4] - 22-Nov-2025
8+
9+
### Changed
10+
11+
- Trying to fix trusted publishing
12+
713
## [2.0.3] - 22-Nov-2025
814

915
### Changed
@@ -46,21 +52,25 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
4652
## [1.1.4] - 10-Jan-2023
4753

4854
### Changed
55+
4956
- Version bumps and security fix in dependencies
5057

5158
## [1.1.3] - 28-Mar-2022
5259

5360
### Changed
61+
5462
- Version bumps and security fix in dependencies
5563

5664
## [1.1.2] - 1-Oct-2020
5765

5866
### Changed
67+
5968
- Tweaking GitHub Actions (CI only)
6069

6170
## [1.1.1] - 1-Oct-2020
6271

6372
### Changed
73+
6474
- Tweaking GitHub Actions (CI only)
6575

6676
## [1.1.0] - 1-Oct-2020
@@ -70,12 +80,15 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
7080
- Added code scanning via a GitHub Action.
7181

7282
### Changed
73-
- Removed the forwarding of the options object sent to to the keygen function on to the ssh-keygen spawn call. I can't envision any scenario where this would be needed by any consumer of this library.
83+
84+
- Removed the forwarding of the options object sent to to the keygen function on to the ssh-keygen spawn call. I can't envision any scenario where this would be needed by any consumer of this library.
7485

7586
## [1.0.1] - 18-Sep-2020
7687

7788
### Initial Release
7889

90+
[2.0.4]: https://github.com/AndrewLane/ssh-keygen2/compare/v2.0.3...v2.0.4
91+
[2.0.3]: https://github.com/AndrewLane/ssh-keygen2/compare/v2.0.2...v2.0.3
7992
[2.0.2]: https://github.com/AndrewLane/ssh-keygen2/compare/v2.0.1...v2.0.2
8093
[2.0.1]: https://github.com/AndrewLane/ssh-keygen2/compare/v2.0.0...v2.0.1
8194
[2.0.0]: https://github.com/AndrewLane/ssh-keygen2/compare/v1.2.0...v2.0.0

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@andrewwlane/ssh-keygen2",
33
"type": "module",
4-
"version": "2.0.3",
4+
"version": "2.0.4",
55
"description": "Automate ssh-keygen command for generating RSA keypairs",
66
"main": "index.js",
77
"devDependencies": {

0 commit comments

Comments
 (0)