Skip to content

Commit 91ebaa5

Browse files
chore(deps): update getsentry/action-release action to v1.10.3 (#934)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ed21bd6 commit 91ebaa5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/continuous-delivery.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ jobs:
169169
docker-compose up -d
170170
171171
- name: Finalize Sentry release
172-
uses: getsentry/action-release@50f4a1a3799e059c182a73c30bbebc89739af2db # v1.10.2
172+
uses: getsentry/action-release@12bba0bd9c0f65f9f80d4965db646a1aed373d36 # v1.10.3
173173
env:
174174
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
175175
SENTRY_ORG: ${{ vars.SENTRY_ORG_NAME }}

.github/workflows/publish-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
9393
- name: Create Sentry release
9494
if: ${{ !(github.event_name == 'workflow_dispatch' && github.workflow == 'Publish Image') }}
95-
uses: getsentry/action-release@50f4a1a3799e059c182a73c30bbebc89739af2db # v1.10.2
95+
uses: getsentry/action-release@12bba0bd9c0f65f9f80d4965db646a1aed373d36 # v1.10.3
9696
env:
9797
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
9898
SENTRY_ORG: ${{ vars.SENTRY_ORG_NAME }}

0 commit comments

Comments
 (0)