We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79a6c0c commit 28f5726Copy full SHA for 28f5726
.github/workflows/macos-build.yml
@@ -52,7 +52,7 @@ jobs:
52
run: |
53
if [[ "${{ github.ref }}" == refs/tags/* ]]; then
54
echo "TAG_NAME=${{ github.ref_name }}" >> $GITHUB_ENV
55
- elif [[ "${{ github.ref }}" == "refs/heads/develmacos-build-actionopment" ]]; then
+ elif [[ "${{ github.ref }}" == "refs/heads/macos-build-action" ]]; then
56
echo "TAG_NAME=CI-macos-build-action-latest" >> $GITHUB_ENV
57
fi
58
0 commit comments