mirror of
https://github.com/immich-app/immich.git
synced 2025-11-26 08:15:17 -05:00
fix: bump args order (#23846)
This commit is contained in:
parent
09024c3558
commit
95834c68d9
2
.github/workflows/release-pr.yml
vendored
2
.github/workflows/release-pr.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user