We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc8ed14 commit b076a9fCopy full SHA for b076a9f
.github/workflows/publish-snapshots.yml
@@ -5,7 +5,6 @@ on:
5
branches:
6
- main
7
- snapshot-test
8
- - framework-tmp-branch-off
9
10
permissions: {}
11
@@ -34,5 +33,4 @@ jobs:
34
33
env:
35
SNAPSHOT_BUILDS_GITHUB_TOKEN: ${{ secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN }}
36
run: |
37
- ./tools/publish_to_github.sh "@angular/build-tooling" "dev-infra-private-build-tooling-builds" "dist/bin/npm_package"
38
./tools/publish_to_github.sh "@angular/ng-dev" "dev-infra-private-ng-dev-builds" "dist/bin/ng-dev/npm_package"
0 commit comments