Skip to content

Commit b076a9f

Browse files
committed
ci: stop publishing @angular/build-tooling to github (#2932)
Stop publishing @angular/build-tooling to github as the tooling is now access via the WORKSPACE by all repositories. PR Close #2932
1 parent dc8ed14 commit b076a9f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/publish-snapshots.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ on:
55
branches:
66
- main
77
- snapshot-test
8-
- framework-tmp-branch-off
98

109
permissions: {}
1110

@@ -34,5 +33,4 @@ jobs:
3433
env:
3534
SNAPSHOT_BUILDS_GITHUB_TOKEN: ${{ secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN }}
3635
run: |
37-
./tools/publish_to_github.sh "@angular/build-tooling" "dev-infra-private-build-tooling-builds" "dist/bin/npm_package"
3836
./tools/publish_to_github.sh "@angular/ng-dev" "dev-infra-private-ng-dev-builds" "dist/bin/ng-dev/npm_package"

0 commit comments

Comments
 (0)