Skip to content
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

GitHub release failed with status: 404 undefined #217

Open
skirpichev opened this issue Mar 3, 2022 · 4 comments
Open

GitHub release failed with status: 404 undefined #217

skirpichev opened this issue Mar 3, 2022 · 4 comments

Comments

@skirpichev
Copy link

skirpichev commented Mar 3, 2022

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).

@njimenezotto
Copy link

Have you checked is not related with the permissions of the workflow? https://github.com/softprops/action-gh-release#permissions

@skirpichev
Copy link
Author

I hope so, there are remnants of such check in the workflow file.

@skirpichev
Copy link
Author

Hmm, that was related with the selected scopes of the used personal token. I'll leave this open, perhaps that should be documented.

@asaurabhW
Copy link

Did somebody got the solution for this. I have stumbled upon exactly the same error.

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

3 participants