mirror of
https://github.com/shlinkio/shlink.git
synced 2025-03-14 04:00:57 +03:00
Fix yet another typo in pipeline
This commit is contained in:
parent
1b8bc9f0ff
commit
c48a3a24f7
1 changed files with 2 additions and 2 deletions
4
.github/workflows/publish-swagger-spec.yml
vendored
4
.github/workflows/publish-swagger-spec.yml
vendored
|
@ -44,6 +44,6 @@ jobs:
|
|||
branch: main
|
||||
# folder: ${{ steps.determine_version.outputs.version }}
|
||||
folder: ${{ github.event.inputs.version }}
|
||||
# target-folder: specs/${{ github.event.inputs.version }}
|
||||
target-folder: specs/${{ steps.determine_version.outputs.version }}
|
||||
# target-folder: specs/${{ steps.determine_version.outputs.version }}
|
||||
target-folder: specs/${{ github.event.inputs.version }}
|
||||
clean: false
|
||||
|
|
Loading…
Add table
Reference in a new issue