-
Notifications
You must be signed in to change notification settings - Fork 57
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
Note on action-release@v2
#258
Comments
Pointing to
Pointing to |
@bocajji could you please paste logs from the action run step that ran our action? I tried this out in a sample repo of mine and didn't run into it using |
same issue.
|
Same issue for us, we tried we tried to set a specific version but it seems all versions 1.10+ are broken after last changes
|
same here V2 Error: Cannot find module '@sentry/cli'
Require stack:
- /home/runner/work/_actions/getsentry/action-release/v2/dist/index.js V1 Error: Cannot find module '@sentry/cli'
Require stack:
- /home/runner/work/_actions/getsentry/action-release/v1/dist/index.js |
Thanks for the reports, will take a look. |
same here. Oddly it works for a non production build, but fails for production when using getsentry/action-release@v1
|
@steveatkoan that's odd. Could you show logs from the action steps please? Also, I reworked the action into a hybrid approach where on Linux, we make use of docker to behave more like uses: getsentry/action-release@ab/multiarch-docker |
@andreiborza thanks. That worked! |
@steveatkoan no, I'll release this today as v1.11.0. |
We published v1.11.0 which brings improvements in runtime and compatibility on Linux runners while still supporting Mac OS and Windows runners. Please pin your action to
If issues persist, please don't hesitate to open up another issue here on GitHub. |
v3.0.0 has been released. If you encounter issues, please feel free to file a new issue. |
We recently created and pushed a branch named
v2
. This was not meant to be a release but dependabot treated it as such and some users upgraded tov2
as a result. To avoid breaking users that already upgraded, we published av2
major with no user facing changes.Going forward,
v1
will continue to get features and patches,v2
will not go beyond2.0.0
but its tag will continue to be updated to matchv1
.Breaking changes will be introduced with
v3
.We recommend pinning the action at
getsentry/action-release@v1
untilv3
is released.The text was updated successfully, but these errors were encountered: