Skip to content

Commit c800ff1

Browse files
chore: Test OIDC NPM Publishing Without Token (#1262)
Testing Angular SDK patch release after removing NPM_TOKEN from GitHub secrets to validate that OIDC authentication alone works for npm publishing. <!-- av pr metadata This information is embedded by the av CLI when creating PRs to track the status of stacks when using Aviator. Please do not delete or edit this section of the PR. ``` {"parent":"main","parentHead":"","trunk":"main"} ``` --> --------- Signed-off-by: Jonathan Norris <[email protected]>
1 parent 06e9330 commit c800ff1

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/angular/projects/angular-sdk/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
<h2 align="center">OpenFeature Angular SDK</h2>
1111

1212
<!-- x-hide-in-docs-end -->
13-
1413
<!-- The 'github-badges' class is used in the docs -->
1514
<p align="center" class="github-badges">
1615
<a href="https://github.com/open-feature/spec/releases/tag/v0.8.0">

release-please-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"bump-patch-for-minor-pre-major": true,
3838
"extra-files": ["README.md"],
3939
"versioning": "default",
40-
"release-as": "0.0.18"
40+
"release-as": "0.0.19"
4141
},
4242
"packages/nest": {
4343
"release-type": "node",

0 commit comments

Comments
 (0)