diff --git a/.github/workflows/release_create.yaml b/.github/workflows/release_create.yaml index ca78aa10..c0386d95 100644 --- a/.github/workflows/release_create.yaml +++ b/.github/workflows/release_create.yaml @@ -83,6 +83,7 @@ jobs: PREVIOUS_VERSION_TAG: ${{ needs.fetch-data.outputs.previous_version_tag }} RELEASE_BRANCH: ${{ needs.fetch-data.outputs.release_branch }} REPOSITORY: ${{ needs.fetch-data.outputs.odh_org }}/${{ env.DSPO_REPOSITORY }} + GH_ORG: ${{ needs.fetch-data.outputs.odh_org }} WORKING_DIR: ${{ github.workspace }} shell: bash run: ./.github/scripts/release_create/create_tag_release.sh