Skip to content

Body of tag/latest-commit is based on outdated commit #10288

@oech3

Description

@oech3

https://github.com/uutils/coreutils/releases/tag/latest-commit 's archives are updated at each CICD.yml run on main, but its body is based on outdated commit hash.

We can probably override the body at here:

- name: Publish latest commit
uses: softprops/action-gh-release@v2
if: github.event_name == 'push' && github.ref == 'refs/heads/main' && matrix.job.skip-publish != true
with:
tag_name: latest-commit
draft: false
prerelease: true
files: |
${{ steps.vars.outputs.STAGING }}/${{ steps.vars.outputs.PKG_NAME }}
docs.tar.zst
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

I think this is a good 1st issue accepts non-Rust contribution.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions