refactor: reorder git-tag job's if statement

Improves the readability and consistency.

PR: #36
This commit is contained in:
innovaker 2021-05-14 19:12:34 +01:00
parent 30e68c8be2
commit 1f005cd108

View File

@ -122,8 +122,8 @@ jobs:
git-tag:
needs:
- docker
runs-on: ubuntu-latest
if: ${{ startsWith(github.ref, 'refs/tags') }}
runs-on: ubuntu-latest
steps:
- name: Prepare variables
id: vars