Skip to content

Commit 1050568

Browse files
committed
Merge branch 'develop' of github.com:bytesonus/juno into develop
2 parents 6ac0292 + c868c50 commit 1050568

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,7 @@ jobs:
8989
mv release/macos/juno release/macos/juno-${{steps.version_check.outputs.releaseVersion}}-macos
9090
mv release/linux/juno release/linux/juno-${{steps.version_check.outputs.releaseVersion}}-linux
9191
92-
- name: Publish Release (master)
93-
if: github.ref == 'refs/heads/master'
92+
- name: Publish Release
9493
uses: softprops/action-gh-release@v1
9594
with:
9695
files: release/**/*

0 commit comments

Comments
 (0)