Update release.yml

This commit is contained in:
Juanpe Catalán
2021-02-01 17:58:55 +01:00
committed by GitHub
parent 2e99bc98bf
commit 0c8bbf1fed
+2 -2
View File
@@ -2,7 +2,7 @@ name: Release
on:
workflow_dispatch:
inputs:
commit hash:
release_version:
description: "Version"
required: true
default: ""
@@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
needs: pod_lib_lint
steps:
- run: ./scripts/update-pod-version.sh
- run: ./scripts/update_pod_version.sh ${{ github.event.inputs.release_version }}
create_release:
runs-on: ubuntu-latest