We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e0abcc commit fa6eb94Copy full SHA for fa6eb94
.github/workflows/publish.yml
@@ -12,6 +12,8 @@ jobs:
12
publish:
13
name: "Publish"
14
runs-on: ubuntu-latest
15
+ env:
16
+ VERSION: ${{ github.event.inputs.version }}
17
steps:
18
- uses: actions/checkout@v4
19
with:
@@ -20,6 +22,6 @@ jobs:
20
22
env:
21
23
JF_ENV_1: ${{ secrets.ARTIFACTORY_CLI_SECRET }}
24
- name: Download
- run: ./download-doxygen.sh ${{ github.event.inputs.version }}
25
+ run: ./download-doxygen.sh "$VERSION"
26
- name: Upload
27
run: jfrog rt u ${{ github.event.inputs.version }}/ generic-release-mirror/doxygen/
0 commit comments