Skip to content

Commit

Permalink
chore(release): add version-check to create and push git tag step
Browse files Browse the repository at this point in the history
  • Loading branch information
evegufy committed Apr 3, 2024
1 parent fbb5714 commit 0c639d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ jobs:
dockerfile: docker/Dockerfile-dim-processes-worker
outputs:
app-version: ${{ steps.app-version.outputs.current }}
version-check: ${{ steps.version-check.outputs.exists }}
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
Expand Down Expand Up @@ -159,3 +160,4 @@ jobs:
run: |
git tag v${{ needs.release-images.outputs.app-version }}
git push origin v${{ needs.release-images.outputs.app-version }}
if: needs.release-images.outputs.version-check == 'false'

0 comments on commit 0c639d8

Please sign in to comment.