We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 413660d commit d9c2c94Copy full SHA for d9c2c94
.github/workflows/ci.yml
@@ -88,8 +88,8 @@ jobs:
88
- name: Compute next version for snapshot
89
if: inputs.perform_release != true
90
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
+ echo "VERSION_NEXT=`svu --tag.pattern="v[0-9]*" --tag.prefix '' next`" | tee -a $GITHUB_ENV
+ echo "VERSION_NEXT_SUFFIX=`svu --tag.pattern="v[0-9]*" --tag.prefix '' next`-SNAPSHOT" | tee -a $GITHUB_ENV
93
- name: Set Versions
94
id: versions
95
0 commit comments