Skip to content

Commit

Permalink
Fix regex
Browse files Browse the repository at this point in the history
  • Loading branch information
jcortejoso committed Oct 25, 2023
1 parent 7298d8b commit 04f4ec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-sign-release-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- id: replace
run: |
# Transform from `refs/tags/jcv1.9.0` to `1.9.0`
version=$(echo ${{ github.ref_name }} | sed 's!refs/tags/jcv!!')
version=$(echo ${{ github.ref_name }} | sed 's!jcv!!')
echo "value=${version}" >> $GITHUB_OUTPUT
- id: major-minor
run: |
Expand Down

0 comments on commit 04f4ec7

Please sign in to comment.