Skip to content

Commit a5be2d5

Browse files
committed
ci(release): use demo branch to release binaries
Signed-off-by: Xin Liu <sam@secondstate.io>
1 parent 25203c1 commit a5be2d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
echo "release_name=GaiaNet-Node v${{ github.event.inputs.release_version }}" >> $GITHUB_OUTPUT
4444
4545
- name: Create Release and Upload Release Asset
46-
if: ${{ github.event.inputs.create_release == 'true' && github.ref == 'refs/heads/main'}}
46+
if: ${{ github.event.inputs.create_release == 'true' && github.ref == 'refs/heads/demo'}}
4747
uses: softprops/action-gh-release@v1
4848
with:
4949
name: ${{ steps.tag_and_release_names.outputs.release_name }}

0 commit comments

Comments
 (0)