We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7966063 commit 963be02Copy full SHA for 963be02
1 file changed
.github/workflows/dev-release.yml
@@ -59,9 +59,8 @@ jobs:
59
- name: Create Release
60
uses: ncipollo/release-action@6c75be85e571768fa31b40abf38de58ba0397db5
61
with:
62
- repo: REFramework-nightly
63
- owner: praydog
64
- token: ${{ secrets.REPO_TOKEN }}
+ repo: REFramework
+ owner: joeyhodge
65
name: ${{format('REF Nightly {0} ({1})', github.run_number, github.sha)}}
66
tag: ${{format('nightly-{0}-{1}', github.run_number, github.sha)}}
67
artifacts: ${{github.workspace}}/artifacts/**/*.zip
0 commit comments