Skip to content

Commit

Permalink
ci: fix prod gh action - checks removed
Browse files Browse the repository at this point in the history
  • Loading branch information
yamilmedina committed Aug 8, 2024
1 parent 0401e11 commit f499d1c
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/build-prod-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,6 @@ jobs:
submodules: recursive # Needed in order to fetch Kalium sources for building
fetch-depth: 0

- name: Verify release target commit
id: verify_commit
run: |
release_commit=$(git rev-parse --short "$GITHUB_SHA")
prod_commit=$(git rev-parse --short refs/heads/prod)
if [[ "$release_commit" != "$prod_commit" ]]; then
echo "Error: The commit associated with the release tag is not the same as the HEAD of the prod branch."
exit 1
fi
- name: Get latest release tag
id: get_latest_release
run: |
Expand Down

0 comments on commit f499d1c

Please sign in to comment.