|
@@ -43,8 +43,8 @@ jobs:
|
|
|
with:
|
|
with:
|
|
|
script: |
|
|
script: |
|
|
|
github.rest.git.createRef({
|
|
github.rest.git.createRef({
|
|
|
- owner: ${{ RYUJINX_TARGET_RELEASE_CHANNEL_OWNER }},
|
|
|
|
|
- repo: ${{ RYUJINX_TARGET_RELEASE_CHANNEL_SOURCE_REPO }},
|
|
|
|
|
|
|
+ owner: ${{ env.RYUJINX_TARGET_RELEASE_CHANNEL_OWNER }},
|
|
|
|
|
+ repo: ${{ env.RYUJINX_TARGET_RELEASE_CHANNEL_SOURCE_REPO }},
|
|
|
ref: 'refs/tags/Canary-${{ steps.version_info.outputs.build_version }}',
|
|
ref: 'refs/tags/Canary-${{ steps.version_info.outputs.build_version }}',
|
|
|
sha: context.sha
|
|
sha: context.sha
|
|
|
})
|
|
})
|