Skip to content

Commit 963be02

Browse files
authored
Update dev-release.yml
1 parent 7966063 commit 963be02

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/dev-release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,8 @@ jobs:
5959
- name: Create Release
6060
uses: ncipollo/release-action@6c75be85e571768fa31b40abf38de58ba0397db5
6161
with:
62-
repo: REFramework-nightly
63-
owner: praydog
64-
token: ${{ secrets.REPO_TOKEN }}
62+
repo: REFramework
63+
owner: joeyhodge
6564
name: ${{format('REF Nightly {0} ({1})', github.run_number, github.sha)}}
6665
tag: ${{format('nightly-{0}-{1}', github.run_number, github.sha)}}
6766
artifacts: ${{github.workspace}}/artifacts/**/*.zip

0 commit comments

Comments
 (0)