Skip to content

Commit 4ca2011

Browse files
Merge branch '25_2' into 25_2_update_angular19
2 parents 65e27b5 + 947e2aa commit 4ca2011

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/packages_publishing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
env:
9191
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9292
run: |
93-
pnpm set //npm.pkg.github.com/:_authToken="$NODE_AUTH_TOKEN";
93+
pnpm set "//npm.pkg.github.com/:_authToken" "$env:NODE_AUTH_TOKEN"
9494
pnpm nx build sbom;
9595
9696
- name: Build artifacts package

apps/demos/menuMeta.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3757,7 +3757,6 @@
37573757
"Widget": "Scheduler",
37583758
"Modules": "globalize--vue&react",
37593759
"MvcAdditionalFiles": [
3760-
"/Views/Scheduler/_AppointmentTooltipTemplate.cshtml",
37613760
"/Models/Movie.cs",
37623761
"/Models/Theatre.cs",
37633762
"/Models/CinemaDataItem.cs",

0 commit comments

Comments
 (0)