refactor: remove git-tag
job's guard conditions
These guard conditions are now superfluous because the `git-tag` job depends on the `releases` job. PR: #43
This commit is contained in:
parent
30b4589480
commit
935b111322
3
.github/workflows/containers.yml
vendored
3
.github/workflows/containers.yml
vendored
@ -271,14 +271,11 @@ jobs:
|
||||
needs:
|
||||
- tags
|
||||
- releases
|
||||
if: ${{ startsWith(github.ref, 'refs/tags') }}
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
if: ${{ github.ref == format('refs/tags/{0}', needs.tags.outputs.release-trigger) }}
|
||||
- name: Tag
|
||||
if: ${{ github.ref == format('refs/tags/{0}', needs.tags.outputs.release-trigger) }}
|
||||
env:
|
||||
TAG: ${{ needs.tags.outputs.major-minor }}
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user