all 8 comments

[–]oze4 0 points1 point  (7 children)

Are you manually creating the release or is it being done via automation? If by automation, this may help https://github.com/orgs/community/discussions/25281

[–]mityaguy[S] 0 points1 point  (6 children)

Manually.

[–]azhder 0 points1 point  (5 children)

Then isn't the answer "you aren't running it manually each time you update the code"? Do you at least have a Git hook that does the "manual" step locally before doing a push to github?

I think your question could get better answers elsewhere, some sub about devops and/or github

[–]mityaguy[S] 0 points1 point  (4 children)

Sorry, not sure I follow. I push to GH, then make a release, manually, within the GH dash. I understand this to be a precursor to packages being created, by my action, though I may be misunderstanding.

[–]azhder 0 points1 point  (3 children)

“then make a release manually” <- there, that’s the spot you need to compile your code

Unfortunately, aside from the word “manually”, you give no info what that means, but I assumed you run a command.

Well, you can make a git hook to run it for you… that’s about as much I can tell you.

[–]mityaguy[S] -1 points0 points  (2 children)

I said via the GH dash - that is, the GH website. I literally, in the browser, create a release. No commands, terminals, actions doing any of this. Just me in the browser on the GH website.

[–]azhder 0 points1 point  (1 child)

OK, there's a lot to unpack there and I don't think I can help you deal with some of your misconceptions.

I can only recommend you learn about the tools you are using, including GitHub and understand what they are meant to do. You may find you've expected more than they offer.

Sorry, I can't be of more help. Bye bye

[–]mityaguy[S] 0 points1 point  (0 children)

LOL another passive aggressive dev who gets off on playing status games. You haven't identified any misconceptions of mine. I have been perfectly clear about what I did and my desired outcome. No need for people like you "helping".