Skip to content

Commit

Permalink
Merge pull request #402 from TrueBlocks/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
dszlachta authored Jul 18, 2024
2 parents 6a14542 + b83c458 commit 35bee55
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,11 @@ jobs:
run: |
docker run --rm --entrypoint chifra ${{ env.TEST_TAG }} --version 2> /tmp/version
grep `echo ${{ inputs.tag }} | sed 's/v//'` /tmp/version
if [ $? != 0 ]; then
echo "VERSION MISMATCH"
cat /tmp/version
exit 1
fi

# Now we know it's working, so we will commit the changed VERSION file and create new tag
-
Expand Down

0 comments on commit 35bee55

Please sign in to comment.