Skip to content

Conversation

@e1ven
Copy link
Owner

@e1ven e1ven commented Jun 11, 2025

I noticed that on github, I have a "release" which lets you download the code, and I hadn't updated that in a long time. Add a workflow to auto-archive.

@e1ven e1ven requested a review from Copilot June 11, 2025 23:34
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds a new GitHub Actions workflow to automate the creation of releases on tag pushes.

  • Introduces the ".github/workflows/gh-release.yml" file.
  • Configures the workflow to trigger on tag pushes, checks out the repository, and creates a GitHub release using softprops/action-gh-release.
Comments suppressed due to low confidence (1)

.github/workflows/gh-release.yml:26

  • The release body hardcodes the project name 'Robohash'. If this workflow is intended for a different repository, consider parameterizing the project name or updating it to match the repository to avoid confusion.
Source code archive for Robohash at tag ${{ github.ref_name }}.

@e1ven e1ven merged commit 4e085fe into master Jun 11, 2025
1 check passed
e1ven added a commit that referenced this pull request Jun 11, 2025
@e1ven e1ven deleted the add-gh-release branch June 11, 2025 23:59
@nafanz
Copy link
Contributor

nafanz commented Jun 12, 2025

Thank you, it's more convenient to follow updates if you're subscribed to them.

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.

3 participants