fix(CI): check ref name instead of non-existent step (#17529)

This commit is contained in:
Mike Delago
2023-10-18 07:04:34 -07:00
committed by GitHub
parent 39db3de5af
commit 574a877821

View File

@@ -36,7 +36,7 @@ jobs:
- uses: actions/checkout@v4
- name: Login to Docker Hub
if: github.repository == 'azerothcore/azerothcore-wotlk' && steps.extract_branch.outputs.branch == 'master'
if: github.repository == 'azerothcore/azerothcore-wotlk' && github.ref_name == 'master'
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}