Skip to content

Commit fd5fc49

Browse files
committed
Add workflow to set docs publishing properties
0 parents  commit fd5fc49

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Set Docs Publishing Properties
2+
on: push
3+
jobs:
4+
set-properties:
5+
name: Set Properties
6+
runs-on: ubuntu-latest
7+
steps:
8+
- name: Set up JFrog CLI
9+
uses: jfrog/setup-jfrog-cli@9fe0f98bd45b19e6e931d457f4e98f8f84461fb5 # v4.4.1
10+
env:
11+
JF_ENV_SPRING: ${{ secrets.JF_ARTIFACTORY_SPRING }}
12+
- name: Set Properties
13+
run: jfrog rt set-props --build spring-restdocs-3.0.2 '**/spring-restdocs-3.0.2-docs.zip' 'zip.type=docs;zip.deployed=false'

0 commit comments

Comments
 (0)