Commit graph

9 commits

Author SHA1 Message Date
regexowl
3f1a80fbe2 Run actions with Node 22
The github actions were previously ran with Node 20, this bumps them to Node 22.

README was also updated to reflect currently used version of Node.
2025-07-03 14:45:48 +00:00
Sanne Raymaekers
de0d295e8d .github/workflows/release: fix make dist step
The upstream release step cleans the checkout, so move it out.
2025-02-07 15:13:09 +01:00
Sanne Raymaekers
4d9a1f294f .github/workflows/release: fix artefact name
After the upstream tag template changed, packit is now looking for the
artefact matching the template, so without the "v".
2025-02-06 16:26:30 +01:00
Sanne Raymaekers
efa44c22bb .github/workflows/release: make sure GH_TOKEN is set for upload 2025-01-31 13:53:53 +01:00
Sanne Raymaekers
31eaea16ca .github/workflows/release: work around git clean
The osbuild release action cleans the repository, removing the tarball
that gets uploaded to the release. This tarball needs to be built before
schutzbot commits the version bump, so move it so it doesn't get
cleaned.
2025-01-31 13:15:21 +01:00
Sanne Raymaekers
79ca7c623b .github/workflows/release: fix release workflow 2
The release event isn't present when a tag is pushed, so use ref_name to
get the tag name.
2025-01-31 12:40:53 +01:00
Sanne Raymaekers
781c3a92ae .github/workflows/release: fix release workflow 2025-01-31 11:56:55 +01:00
Sanne Raymaekers
7129cf866e .github/workflows/release: fix make dist step 2025-01-20 17:13:40 +01:00
Sanne Raymaekers
fff8128771 .github/workflows: add release workflow
Also pushes the dist tarball, conform to the Source0 value in the spec
file. This is required for Packit to do downstream releases.
2025-01-20 15:07:53 +01:00