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
See the build log. No workflow changes since last release v0.13.0:
- name: Publish on Github Releases uses: softprops/action-gh-release@v1 if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags') && matrix.coverage env: GITHUB_TOKEN: ${{ secrets.RELEASES_DEPLOY_KEY }} with: files: | dist/* build/sphinx/latex/Diofant-*.pdf draft: true prerelease: true name: "Diofant ${{ steps.release.outputs.version }}" body: "See [release notes](https://diofant.readthedocs.io/\ en/latest/release/notes-${{ steps.release.outputs.short_version }}.html)."
Same for the currect git version (fe9a9bd).
The text was updated successfully, but these errors were encountered:
Have you checked is not related with the permissions of the workflow? https://github.com/softprops/action-gh-release#permissions
Sorry, something went wrong.
I hope so, there are remnants of such check in the workflow file.
Hmm, that was related with the selected scopes of the used personal token. I'll leave this open, perhaps that should be documented.
Did somebody got the solution for this. I have stumbled upon exactly the same error.
No branches or pull requests
See the build log. No workflow changes since last release v0.13.0:
Same for the currect git version (fe9a9bd).
The text was updated successfully, but these errors were encountered: