mirror of
https://github.com/immich-app/immich
synced 2026-08-22 13:13:05 +00:00
fix: pump-version.sh flags (#23848)
This commit is contained in:
parent
95834c68d9
commit
74c24bfa88
2 changed files with 5 additions and 5 deletions
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 -s $TYPE -m
|
||||
run: misc/release/pump-version.sh -s $TYPE -m true
|
||||
|
||||
- name: Manage Outline release document
|
||||
id: outline
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue