Skip to content

Commit 28f5726

Browse files
committed
fix wrong tag name
1 parent 79a6c0c commit 28f5726

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/macos-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
run: |
5353
if [[ "${{ github.ref }}" == refs/tags/* ]]; then
5454
echo "TAG_NAME=${{ github.ref_name }}" >> $GITHUB_ENV
55-
elif [[ "${{ github.ref }}" == "refs/heads/develmacos-build-actionopment" ]]; then
55+
elif [[ "${{ github.ref }}" == "refs/heads/macos-build-action" ]]; then
5656
echo "TAG_NAME=CI-macos-build-action-latest" >> $GITHUB_ENV
5757
fi
5858

0 commit comments

Comments
 (0)