Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix release action #160

Merged
merged 4 commits into from
Aug 30, 2024
Merged

Fix release action #160

merged 4 commits into from
Aug 30, 2024

Conversation

jfhbrook
Copy link
Owner

ActionLint was reporting that the action I was using to create a GitHub release was deprecated. So, I went back to the drawing board.

First, I found a fork of the origin GitHub release action, and I slapped that in place. It has significant differences from the one I was using, namely that it didn't support uploading files. So I then followed this blog post and manually added the files with the gh CLI.

Of course, now I'm wondering if the blessed path is, in fact, to use the CLI to create the release.

@jfhbrook jfhbrook force-pushed the fix-release-action branch from c19c7b3 to 9ffb736 Compare August 30, 2024 19:11
@jfhbrook
Copy link
Owner Author

Leroy Jenkins

@jfhbrook jfhbrook merged commit 2d666a9 into main Aug 30, 2024
7 checks passed
@jfhbrook jfhbrook deleted the fix-release-action branch August 30, 2024 19:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant