Skip to content

Commit 087a685

Browse files
authored
Stop releasing the Bazel repo (#2565)
See bazelbuild/rules_sass#156
1 parent 1adf814 commit 087a685

File tree

3 files changed

+0
-101
lines changed

3 files changed

+0
-101
lines changed

.github/workflows/release.yml

-16
Original file line numberDiff line numberDiff line change
@@ -73,22 +73,6 @@ jobs:
7373
UPDATE_SASS_SASS_REPO: false
7474
NPM_TOKEN: "${{ secrets.NPM_TOKEN }}"
7575

76-
deploy_bazel:
77-
name: Deploy Bazel
78-
runs-on: ubuntu-latest
79-
needs: [deploy_npm]
80-
81-
steps:
82-
- uses: actions/checkout@v4
83-
- uses: ./.github/util/initialize
84-
with: {github-token: "${{ github.token }}"}
85-
86-
- name: Deploy
87-
run: dart run grinder update-bazel
88-
env:
89-
GH_TOKEN: "${{ secrets.GH_TOKEN }}"
90-
GH_USER: sassbot
91-
9276
deploy_pub:
9377
name: Deploy Pub
9478
runs-on: ubuntu-latest

tool/grind.dart

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ import 'grind/generate_deprecations.dart';
1616
import 'grind/synchronize.dart';
1717
import 'grind/utils.dart';
1818

19-
export 'grind/bazel.dart';
2019
export 'grind/benchmark.dart';
2120
export 'grind/double_check.dart';
2221
export 'grind/frameworks.dart';

tool/grind/bazel.dart

-84
This file was deleted.

0 commit comments

Comments
 (0)