We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0264f0d commit 5902aacCopy full SHA for 5902aac
.github/workflows/release_marker.yaml
@@ -75,7 +75,7 @@ jobs:
75
76
- name: mark deploy - frontend
77
if: inputs.sentryEnvironmentFrontend != ''
78
- uses: getsentry/action-release@v1
+ uses: getsentry/action-release@v3
79
env:
80
SENTRY_AUTH_TOKEN: ${{ secrets.sentryAuthToken }}
81
SENTRY_ORG: ${{ inputs.sentryOrg }}
@@ -85,7 +85,7 @@ jobs:
85
86
- name: mark deploy - backend
87
if: inputs.sentryEnvironmentBackend != ''
88
89
90
91
0 commit comments