Skip to content

Commit f328409

Browse files
authored
[WTF-2433]: Make widgets-tools publishing actions "trusted publishers" with npm (#152)
2 parents 5d9e0b2 + 0a7668c commit f328409

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/PublishNpm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
publish:
3636
name: "Publish NPM packages"
3737
runs-on: ubuntu-latest
38-
needs: discovery
38+
needs: discover
3939
if: ${{ needs.discover.outputs.releases != '[]' }}
4040
strategy:
4141
fail-fast: false

packages/pluggable-widgets-tools/CHANGELOG.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9-
## [11.3.0] - 2025-11-11
10-
119
### Changed
1210

1311
- We added @d11/react-native-fast-image as an external native dependency in rollup config.

0 commit comments

Comments
 (0)