Skip to content

Commit

Permalink
Use released version of action
Browse files Browse the repository at this point in the history
  • Loading branch information
chainchad committed Dec 24, 2024
1 parent ab2a32a commit 5d280cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
fi
- name: Check release tag
id: release-tag-check
uses: smartcontractkit/.github/actions/release-tag-check@re-2954/migrate-release-tag-check-action # TODO: set version/commit when released
uses: smartcontractkit/.github/actions/release-tag-check@c5c4a8186da4218cff6cac8184e47dd3dec69ba3 # release-tag-check@0.1.0
- name: Fail if CCIP release has wrong version
if: ${{ steps.check-git-tag-type.outputs.git-tag-type == 'ccip' }}
run: |
Expand Down

0 comments on commit 5d280cb

Please sign in to comment.