Skip to content

Commit d9c2c94

Browse files
committed
ci: adjust svu options for v3
1 parent 413660d commit d9c2c94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ jobs:
8888
- name: Compute next version for snapshot
8989
if: inputs.perform_release != true
9090
run: |
91-
echo "VERSION_NEXT=`svu --tag.pattern="v[0-9]*" --tag.prefix '' ${{ inputs.bump }}`" | tee -a $GITHUB_ENV
92-
echo "VERSION_NEXT_SUFFIX=`svu --tag.pattern="v[0-9]*" --tag.prefix '' ${{ inputs.bump }}`-SNAPSHOT" | tee -a $GITHUB_ENV
91+
echo "VERSION_NEXT=`svu --tag.pattern="v[0-9]*" --tag.prefix '' next`" | tee -a $GITHUB_ENV
92+
echo "VERSION_NEXT_SUFFIX=`svu --tag.pattern="v[0-9]*" --tag.prefix '' next`-SNAPSHOT" | tee -a $GITHUB_ENV
9393
- name: Set Versions
9494
id: versions
9595
run: |

0 commit comments

Comments
 (0)