Skip to content

Commit 94b30c4

Browse files
authored
[WTF-2433]: Fix build before publish (#154)
The build has been tested and test files have been removed. Unreleased 11.3.0 in the changelog since it failed yesterday.
2 parents fc53d1f + 3b50bd6 commit 94b30c4

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

.github/workflows/PublishNpm.yml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
- "pluggable-widgets-tools-v*"
77
- "generator-widget-v*"
88

9+
permissions:
10+
id-token: write # Required for OIDC
11+
contents: read
12+
913
jobs:
1014
discover:
1115
name: Discover packages to publish
@@ -47,17 +51,17 @@ jobs:
4751
- name: Check-out code
4852
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
4953

54+
- name: Setup pnpm
55+
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda #v4.1.0
56+
with:
57+
version: 10
58+
5059
- name: Setup node
5160
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
5261
with:
5362
node-version-file: ".nvmrc"
5463
cache: 'pnpm'
5564

56-
- name: Setup pnpm
57-
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda #v4.1.0
58-
with:
59-
version: 10
60-
6165
- name: Install dependencies
6266
working-directory: ./packages/${{ matrix.release.package }}
6367
run: pnpm install

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)