Skip to content

Commit

Permalink
Update the docs generate checkout step to get the latest develop inst…
Browse files Browse the repository at this point in the history
…ead of the tag commit
  • Loading branch information
christianrowlands committed Dec 14, 2023
1 parent 3074db1 commit b1eacea
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/doc_generate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,15 +67,10 @@ jobs:
needs: setVersion
runs-on: ubuntu-latest
steps:
#Check out repo at the created tag
- name: Get tag name
id: get_tag_name
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}

- name: Checkout repo
uses: actions/checkout@v4
with:
ref: ${{ steps.get_tag_name.outputs.VERSION }}
ref: develop

#Using another action for AsyncAPI for validation
- name: Validating AsyncAPI document
Expand Down

0 comments on commit b1eacea

Please sign in to comment.