Add workflow to set docs publishing properties #1
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Set Docs Publishing Properties | |
on: push | |
jobs: | |
set-properties: | |
name: Set Properties | |
runs-on: ubuntu-latest | |
steps: | |
- name: Set up JFrog CLI | |
uses: jfrog/setup-jfrog-cli@9fe0f98bd45b19e6e931d457f4e98f8f84461fb5 # v4.4.1 | |
env: | |
JF_ENV_SPRING: ${{ secrets.JF_ARTIFACTORY_SPRING }} | |
- name: Set Properties | |
run: jfrog rt set-props --build spring-restdocs-3.0.2 '**/spring-restdocs-3.0.2-docs.zip' 'zip.type=docs;zip.deployed=false' |