How to realese with github actions #58
Unanswered
EdwardMelvin
asked this question in
Q&A
Replies: 1 comment
-
Hi there @RealNavid ! The files you need to edit depends on what you want to modify. Regarding the title, first off you need an public repository with no syntax/dependancy errors. Then, in /.github/workflows/ directory, you need a .yaml workflow with the release steps. Like this one . Then you need to go to the actions tab of your repository. After enabling github actions for it, run the workflow. Additional details can be found on the readme.md Please consider making this comment as the answer if it satisfied your questions |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, can somebody help me how can i release my fork and install? do i need to edit install.sh or ... files?
Beta Was this translation helpful? Give feedback.
All reactions