Skip to content

Commit fc9a82b

Browse files
committed
Turn verify-staged-artifacts into workflow_dispatch
We cannot reuse workflow in this repo from another one. So, fix common workflow to use `gh workflow run` instead in the context of this repository and branch. And fix `verify-staged-artifacts.yml` workflow's `on` to the `workflow_dispatch` to satisfy `gh workflow run` requirements
1 parent 001388f commit fc9a82b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/verify-staged-artifacts.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Verify Staged Artifacts
22

33
on:
4-
workflow_call:
4+
workflow_dispatch:
55
inputs:
66
releaseVersion:
77
description: 'Release version like 3.0.0-M1, 3.1.0-RC1, 3.2.0 etc.'
@@ -15,7 +15,7 @@ jobs:
1515

1616
- uses: jfrog/setup-jfrog-cli@v3
1717
with:
18-
version: 2.50.4
18+
version: 2.51.1
1919
env:
2020
JF_ENV_SPRING: ${{ secrets.JF_ARTIFACTORY_SPRING }}
2121

0 commit comments

Comments
 (0)