Skip to content

Commit 8bcfeb3

Browse files
committed
.github/workflows/release: fix typo in bazel file name
Also change name from _ to - to match yaml conventions. Change-Id: I4cd71d41656db954661b26c1d12443eb6bf8a453
1 parent ed708eb commit 8bcfeb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ jobs:
3737
*.tar.gz *.zip *.sigstore* \
3838
--repo "${GITHUB_REPOSITORY}"
3939
shell: bash
40-
create_bazel:
40+
create-bazel:
4141
needs: create
42-
uses: ./.github/workflows/release-bazel.yaml
42+
uses: ./.github/workflows/release-bazel.yml
4343
with:
4444
tag_name: ${{ github.ref_name }}
4545
secrets:

0 commit comments

Comments
 (0)