We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
demo
1 parent 25203c1 commit a5be2d5Copy full SHA for a5be2d5
.github/workflows/release.yml
@@ -43,7 +43,7 @@ jobs:
43
echo "release_name=GaiaNet-Node v${{ github.event.inputs.release_version }}" >> $GITHUB_OUTPUT
44
45
- name: Create Release and Upload Release Asset
46
- if: ${{ github.event.inputs.create_release == 'true' && github.ref == 'refs/heads/main'}}
+ if: ${{ github.event.inputs.create_release == 'true' && github.ref == 'refs/heads/demo'}}
47
uses: softprops/action-gh-release@v1
48
with:
49
name: ${{ steps.tag_and_release_names.outputs.release_name }}
0 commit comments