Skip to content

Commit

Permalink
Update prepare_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
goergisn authored Feb 18, 2025
1 parent 3650bf6 commit 3d91534
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions .github/workflows/prepare_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ jobs:
SDK_VERSION: ${{ github.event.inputs.sdk-version }}

# Generating Docs (will show up as changes in the PR)
# - name: Generate Docs
# run: |
# Scripts/generate_docc_documentation.sh
# env:
# LATEST_VERSION: ${{ github.event.inputs.sdk-version }}
- name: Generate Docs
run: |
Scripts/generate_docc_documentation.sh
env:
LATEST_VERSION: ${{ github.event.inputs.sdk-version }}

# Sanitizing the Release Notes from the get-release-notes job
- name: Prepare Release Notes
Expand All @@ -57,14 +57,7 @@ jobs:
fi
mkdir -p "$TMP_DIR"
echo "UPDATED RELEASE NOTES (GENERATED)"
echo "$RELEASE_NOTES"
echo "$RELEASE_NOTES" >> $RELEASE_NOTES_FILE_PATH
echo "UPDATED RELEASE NOTES (FILE)"
cat "$RELEASE_NOTES_FILE_PATH"
env:
BASE_64_RELEASE_NOTES: ${{ needs.get-release-notes.outputs.RELEASE_NOTES }}

Expand Down

0 comments on commit 3d91534

Please sign in to comment.