mirror of
https://github.com/shlinkio/shlink.git
synced 2024-12-22 23:23:42 -06:00
Ensured version subfolder is preserved when publishing swagger spec
This commit is contained in:
parent
5bf25c7eca
commit
1b8bc9f0ff
3
.github/workflows/publish-swagger-spec.yml
vendored
3
.github/workflows/publish-swagger-spec.yml
vendored
@ -44,5 +44,6 @@ jobs:
|
|||||||
branch: main
|
branch: main
|
||||||
# folder: ${{ steps.determine_version.outputs.version }}
|
# folder: ${{ steps.determine_version.outputs.version }}
|
||||||
folder: ${{ github.event.inputs.version }}
|
folder: ${{ github.event.inputs.version }}
|
||||||
target-folder: specs
|
# target-folder: specs/${{ github.event.inputs.version }}
|
||||||
|
target-folder: specs/${{ steps.determine_version.outputs.version }}
|
||||||
clean: false
|
clean: false
|
||||||
|
Loading…
Reference in New Issue
Block a user