Skip to content

Commit

Permalink
Label the Sentry release action with version
Browse files Browse the repository at this point in the history
To make this clearer and aid debugging, should we need to do so.
  • Loading branch information
StevenMaude committed Jan 30, 2024
1 parent de2313f commit c6ebfd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ jobs:
./honeymarker --writekey ${{ secrets.HC_MARKER_APIKEY }} --dataset __all__ add --type deploy --msg "job-server deploy $GITHUB_SHA"
- name: Create Sentry release
uses: getsentry/action-release@c1b57ce473178fd036cf1133b163b6324c0064a8
uses: getsentry/action-release@c1b57ce473178fd036cf1133b163b6324c0064a8 # v1.6.0
env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_RELEASE_INTEGRATION_TOKEN }}
SENTRY_ORG: ebm-datalab
Expand Down

0 comments on commit c6ebfd6

Please sign in to comment.