File tree 2 files changed +2
-4
lines changed
2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 32
32
bazel_test_command : " bazel test //src/... //test/... //third_party/..."
33
33
prerelease : false
34
34
release_files : rules_scala-*.tar.gz
35
- release_prep_command : .github/workflows/workspace_snippet.sh
36
35
tag_name : ${{ inputs.tag_name || github.ref_name }}
37
36
38
37
publish-to-bcr :
Original file line number Diff line number Diff line change 2
2
3
3
set -o errexit -o nounset -o pipefail
4
4
5
- # Set by GH actions, see
6
- # https://docs.github.com/en/actions/learn-github-actions/environment-variables#default-environment-variables
7
- TAG=" ${GITHUB_REF_NAME} "
5
+ # Single tag arg is passed by https://github.com/bazel-contrib/.github/blob/master/.github/workflows/release_ruleset.yaml
6
+ TAG=" $1 "
8
7
VERSION=" ${TAG: 1} "
9
8
PREFIX=" rules_scala-${VERSION} "
10
9
ARCHIVE=" rules_scala-$TAG .tar.gz"
You can’t perform that action at this time.
0 commit comments