-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Body of tag/latest-commit is based on outdated commit #10288
Copy link
Copy link
Closed
Description
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:
coreutils/.github/workflows/CICD.yml
Lines 916 to 927 in 75f45e8
| - 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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels