Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

Commit

Permalink
fix release ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Divkix committed Mar 1, 2023
1 parent 809f5a8 commit 162b1f5
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,16 @@ on:
required: true

jobs:
pre-commit:
uses: divkix/reusable-workflows/.github/workflows/pre-commit.yml@main

# only run this step when the tag is not already created
create-tag:
needs: pre-commit
name: Create new tag
if: startsWith(github.ref, 'refs/tags/') != 'true' && github.event.inputs.tag != ''
uses: divkix/reusable-workflows/.github/workflows/create-tag.yml@main
with:
tag: ${{ github.event.inputs.tag }}
tag: ${{ inputs.tag }}

# fetch some info from repo such as latest tag and name in lowercase
get-repo-info:
needs: create-tag
uses: divkix/reusable-workflows/.github/workflows/get-repo-info.yml@main

build-docker:
Expand Down

0 comments on commit 162b1f5

Please sign in to comment.