Skip to content

Commit

Permalink
[ci] fix publish job
Browse files Browse the repository at this point in the history
  • Loading branch information
alvicsam committed Dec 8, 2023
1 parent d0f04b4 commit 458e98f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,6 @@ publish-crate:
stage: publish
extends: .kubernetes-env
rules:
- if: $CI_COMMIT_REF_NAME =~ /^v.[0-9]+\.[0-9]+.*$/ # i.e. v.1.0, v.2.1rc1
- if: $CI_COMMIT_REF_NAME =~ /^v[0-9]+\.[0-9]+.*$/ # i.e. v1.0, v2.1rc1
script:
- cargo publish -p parity-scale-codec

0 comments on commit 458e98f

Please sign in to comment.