Skip to content

Appending release note now fail #613

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

Open
RadxaYuntian opened this issue Apr 28, 2025 · 2 comments
Open

Appending release note now fail #613

RadxaYuntian opened this issue Apr 28, 2025 · 2 comments

Comments

@RadxaYuntian
Copy link

2 weeks ago the action was working: https://github.com/radxa-pkg/radxa-overlays/actions/runs/14512172143/job/40713439773
Now with the same input it will fail: https://github.com/radxa-pkg/edk2-cix/actions/runs/14699628860/job/41246948535

@RadxaYuntian
Copy link
Author

Both uses the following snippet:

    - name: "Append changelog"
      uses: "softprops/action-gh-release@v2"
      with:
        append_body: true
        body: |
          ## Changelog for ${{ env.version }}
          ${{ env.changes }}
        tag_name: "${{ env.version }}"

@RadxaYuntian
Copy link
Author

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

No branches or pull requests

1 participant