Skip to content

Commit

Permalink
Update GitHub workflows to v0.13.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
yaron-zilliqa committed Sep 10, 2023
1 parent 18af577 commit 287b72f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-image-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ jobs:
echo "tag=${{ github.ref_name }}" >> $GITHUB_OUTPUT
fi
shell: bash
- name: Check if the tag head is the same as release-v0.13.4 head
- name: Check if the tag head is the same as release-v0.13.5 head
id: check-latest
if: github.event_name != 'workflow_dispatch'
run: |
if test $(git rev-parse origin/release-v0.13.4) = $(git rev-parse HEAD); then
if test $(git rev-parse origin/release-v0.13.5) = $(git rev-parse HEAD); then
echo "latest=true" >> $GITHUB_OUTPUT
else
echo "latest=false" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 287b72f

Please sign in to comment.