Skip to content

Commit

Permalink
(BSR)[API] build: getsentry/action-release 1.10.0 looks broken, use l…
Browse files Browse the repository at this point in the history
…atest successful release
  • Loading branch information
prouzet-pass authored and jcicurel-pass committed Feb 7, 2025
1 parent 84ad5da commit 6e24d0e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
cat package.json | grep -E '"version": "[0-9]+.[0-9]+.[0-9]+"' | grep -Eo '[0-9]+.[0-9]+.[0-9]+' > build/version.txt
- name: "Create Sentry release"
if: ${{ inputs.PUSH_RELEASE_TO_SENTRY }}
uses: getsentry/action-release@v1
uses: getsentry/action-release@v1.9.0
env:
SENTRY_AUTH_TOKEN: ${{ steps.secrets.outputs.SENTRY_TOKEN }}
SENTRY_ORG: sentry
Expand Down

0 comments on commit 6e24d0e

Please sign in to comment.