Skip to content

Commit

Permalink
feat: trying to update sentry cli (#178)
Browse files Browse the repository at this point in the history
This PR updates the CLI to the latest version of 2.23.0
  • Loading branch information
Stephen Cefali authored Dec 6, 2023
1 parent d6dcd72 commit 3b41b36
Show file tree
Hide file tree
Showing 3 changed files with 456 additions and 304 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ RUN export YARN_CACHE_FOLDER="$(mktemp -d)" \
COPY --from=builder /app/dist /action-release/dist/
RUN chmod +x /action-release/dist/index.js

# move the sentry-cli binary to where the entrypoint expects it
RUN mv /action-release/node_modules/@sentry/cli/sentry-cli /action-release/sentry-cli
RUN chmod +x /action-release/sentry-cli
RUN printf '[safe]\n directory = *\n' > /etc/gitconfig
# Workaround for this issue: https://github.com/libgit2/libgit2/issues/6663
ENV SUDO_UID=1001

# XXX: This could probably be replaced with a standard CMD
COPY entrypoint.sh /entrypoint.sh
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"license": "MIT",
"dependencies": {
"@actions/core": "^1.10.0",
"@sentry/cli": "^1.67.2"
"@sentry/cli": "^2.23.0"
},
"devDependencies": {
"@types/jest": "^29.5.6",
Expand Down
Loading

0 comments on commit 3b41b36

Please sign in to comment.