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

Version 4.1.3 breaks Sentry auto-detection #1691

Closed
PodStuart opened this issue Apr 23, 2024 · 4 comments
Closed

Version 4.1.3 breaks Sentry auto-detection #1691

PodStuart opened this issue Apr 23, 2024 · 4 comments

Comments

@PodStuart
Copy link

When updating to version 4.1.3 our workflows start to fail with the following error:

ERROR in Sentry CLI Plugin: Unable to determine version. Make sure to include release option or use the environment that supports auto-detection https://docs.sentry.io/cli/releases/#creating-releases.

Our checkout step looks like this:

    - name: Checkout
      uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
      with:
        fetch-depth: 0
        filter: tree:0
        ref: ${{ github.event.pull_request.head.sha }}

I see a couple other issues reported against version 4.1.3 and perhaps this has the same root cause.

@jww3
Copy link
Contributor

jww3 commented Apr 23, 2024

Workaround: pin workflows to actions/checkout@v4.1.1

Proposed fix: #1692

@jww3
Copy link
Contributor

jww3 commented Apr 24, 2024

We have created release v4.1.4 and marked it as pre-release. Absent any other issues, we plan to promote v4.1.4 to v4 and latest by end-of-week.

@PodStuart
Copy link
Author

Thank you. I've tested 4.1.4 and our workflows all pass.

@jww3
Copy link
Contributor

jww3 commented Apr 25, 2024

v4 and latest now point to release v4.1.4

@jww3 jww3 closed this as completed Apr 26, 2024
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

2 participants