Skip to content

Commit

Permalink
Merge pull request #4908 from himeshsiriwardana/build-script-update-2
Browse files Browse the repository at this point in the history
Changed the upload url of the prod release
  • Loading branch information
himeshsiriwardana authored Dec 3, 2024
2 parents b01cbd5 + 3185b35 commit ceaa62e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:
- name: Upload Prod Release Asset
uses: actions/upload-release-asset@v1
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
upload_url: ${{ steps.create_prod_release.outputs.upload_url }}
asset_path: ./asgardeo-docs-${{ env.NEW_VERSION }}-prod.zip
asset_name: asgardeo-docs-${{ env.NEW_VERSION }}-prod.zip
asset_content_type: application/zip
Expand Down

0 comments on commit ceaa62e

Please sign in to comment.