fix: bump args order (#23846)

This commit is contained in:
bo0tzz 2025-11-12 17:31:25 +01:00 committed by GitHub
parent 09024c3558
commit 95834c68d9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -38,7 +38,7 @@ jobs:
- name: Bump versions
env:
TYPE: ${{ steps.bump-type.outputs.bump }}
run: misc/release/pump-version.sh -m -s $TYPE
run: misc/release/pump-version.sh -s $TYPE -m
- name: Manage Outline release document
id: outline