Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
Signed-off-by: tao.yang <[email protected]>
  • Loading branch information
ty-dc committed Aug 30, 2023
1 parent f0e925a commit 71d68fe
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/call-release-doc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ on:
submit:
required: true
type: string
outputs:
artifact:
description: "name of artifact"
value: website_package_artifact
# --- call by manual
workflow_dispatch:
inputs:
Expand All @@ -21,7 +17,6 @@ on:
required: true
default: main


permissions: write-all

env:
Expand All @@ -34,12 +29,6 @@ env:
jobs:
release_doc:
runs-on: ubuntu-latest
outputs:
ref: ${{ env.REF }}
submit: ${{ env.SUBMIT }}
docs_tag: ${{ env.DOCS_TAG }}
set_latest: ${{ env.SET_LATEST }}
skip_all_job: ${{ env.SKIP_ALL_JOB }}
steps:
- name: Get Ref
id: get_ref
Expand Down Expand Up @@ -68,6 +57,7 @@ jobs:
- name: Extract Version
id: extract
run: |
echo "123 env "
if ! grep -E "^[[:space:]]*v[0-9]+.[0-9]+.[0-9]+[[:space:]]*$" VERSION &>/dev/null ; then
echo "not a release version, skip generating doc."
cat VERSION
Expand Down

0 comments on commit 71d68fe

Please sign in to comment.