-
Notifications
You must be signed in to change notification settings - Fork 24
updated goreleaser.yml and added github action workflow #49
Conversation
* update goreleaser.yml * add github action for goreleaser * modified rel path bug in makefile
fix: update workflow fix: update workflow
Hey @BRO3886 sorry for the late response. Did you try a local dry run on this? |
yes I tried local run, ran the action on my fork too, it passed till the releasing part which failed because it was trying to release under hoppscotch/hopp-cli Implemented the same for a personal project, which worked fine. You can check the run here |
Awesome, I'll merge this. Since I don't have repository rights here, @liyasthomas it would be great if you could add a GitHub Token to this repo secrets by the name |
@athul done 👍 |
Seems like there are some errors here |
Lemme try to fix this |
Hi, checking.. |
I think the issue is intermittent, because stuffbin tries to find the files before all files have been built, trying to debug. |
GH_TOKEN
as repo secret)Push to branch
Create tag (
git tag create -a vX.X.X -m "info about tag"
)git push origin {tag}
This will run the action