Skip to content
This repository was archived by the owner on Mar 14, 2025. It is now read-only.

Commit 6ac05d7

Browse files
authored
fix release CI ccip reference (#1340)
## Motivation Due to a bad main repo merge, the CI was reverted back to it's non-CCIP state. ## Solution Use the code that was in the repo at the time of the 1.4 release
1 parent a1bdf08 commit 6ac05d7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/solidity.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ jobs:
6464
id: release-tag-check
6565
uses: smartcontractkit/chainlink-github-actions/release/release-tag-check@5dd916d08c03cb5f9a97304f4f174820421bb946 # v2.3.11
6666
env:
67-
# Match semver git tags with a "contracts-" prefix.
68-
RELEASE_REGEX: '^contracts-v[0-9]+\.[0-9]+\.[0-9]+$'
69-
PRE_RELEASE_REGEX: '^contracts-v[0-9]+\.[0-9]+\.[0-9]+-(.+)$'
67+
# Match semver git tags with a "contracts-ccip/" prefix.
68+
RELEASE_REGEX: '^contracts-ccip/v[0-9]+\.[0-9]+\.[0-9]+$'
69+
PRE_RELEASE_REGEX: '^contracts-ccip/v[0-9]+\.[0-9]+\.[0-9]+-(.+)$'
7070
# Get the version by stripping the "contracts-v" prefix.
7171
VERSION_PREFIX: 'contracts-v'
7272

0 commit comments

Comments
 (0)