Question about build.yml difference #910
Elliria
started this conversation in
Maintenance goals
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a significance to the difference between the three versions of line 163 in the
build.yml
file on beta, develop, and master?gh release create "$prerelease" "$tagname" --title "$tagname" ../debs/*.deb --notes "$notes"
<-- betagh release create "$prerelease" "$tagname" --title "$tagname" ../debs/*.deb --notes "$notes"
<-- developgh release create "$tagname" ../debs/*.deb --title "$tagname" --notes "$notes" $prerelease
<-- masterBeta Was this translation helpful? Give feedback.
All reactions