Skip to content

Commit 66a545b

Browse files
ted-xiecopybara-github
authored andcommitted
Fix release workflow filename
publish.yaml -> publish.yml https://github.com/bazelbuild/rules_android/blob/main/.github/workflows/publish.yml PiperOrigin-RevId: 794213424 Change-Id: I9221924076aa20d977487003ee514ed88c43d57d
1 parent 891de81 commit 66a545b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
tag_name: ${{ inputs.tag_name || github.ref_name }}
2121
publish:
2222
needs: release
23-
uses: ./.github/workflows/publish.yaml
23+
uses: ./.github/workflows/publish.yml
2424
with:
2525
tag_name: ${{ inputs.tag_name || github.ref_name }}
2626
secrets:

0 commit comments

Comments
 (0)