mirror of
https://github.com/shlinkio/shlink.git
synced 2026-02-28 12:13:13 +08:00
Fix yet another typo in pipeline
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user