Skip to content

Commit

Permalink
fix VERSION_PREFIX in npm CI (#1341)
Browse files Browse the repository at this point in the history
  • Loading branch information
RensR authored Aug 21, 2024
1 parent a152bc3 commit 9f7226a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/solidity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ jobs:
# Match semver git tags with a "contracts-ccip/" prefix.
RELEASE_REGEX: '^contracts-ccip/v[0-9]+\.[0-9]+\.[0-9]+$'
PRE_RELEASE_REGEX: '^contracts-ccip/v[0-9]+\.[0-9]+\.[0-9]+-(.+)$'
# Get the version by stripping the "contracts-v" prefix.
VERSION_PREFIX: 'contracts-v'
# Get the version by stripping the "contracts-ccip/v" prefix.
VERSION_PREFIX: 'contracts-ccip/v'

# prepublish-test:
# needs: [changes, tag-check]
Expand Down

0 comments on commit 9f7226a

Please sign in to comment.