We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi! I'm experiencing this error:
Run softprops/action-gh-release@v2 with: token: *** ⚠️ Unexpected error fetching GitHub release for tag refs/tags/v87[4](https://github.com/USER/REPO/actions/runs/12389899706/job/34583847043#step:5:5): HttpError: self-signed certificate in certificate chain Error: self-signed certificate in certificate chain
This is the only setup regarding the GitHub Release creation:
- name: Create GitHub Release uses: softprops/action-gh-release@v2
I also run other actions related to GitHub in the same workflow like the checkout, which works perfectly:
- name: Checkout uses: actions/checkout@v4
Thanks in advance!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi! I'm experiencing this error:
This is the only setup regarding the GitHub Release creation:
I also run other actions related to GitHub in the same workflow like the checkout, which works perfectly:
Thanks in advance!
The text was updated successfully, but these errors were encountered: