CI fix try 3 (#46)

This commit is contained in:
Bubka 2021-09-09 10:57:38 +02:00 committed by GitHub
parent 275abf5465
commit 3cbfa40702
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,8 +66,8 @@ jobs:
publish:
needs: [verify]
if: |
(github.event_name == 'push' && github.repository == 'Bubka/2fauth') ||
(github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == 'Bubka/2fauth' && github.actor != 'dependabot[bot]')
(github.event_name == 'push' && github.repository == 'Bubka/2FAuth') ||
(github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == 'Bubka/2FAuth' && github.actor != 'dependabot[bot]')
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4