File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- name : " Action: Prepare Release"
1
+ name : ' Action: Prepare Release'
2
2
3
3
on :
4
4
workflow_dispatch :
18
18
release :
19
19
name : Release a new version
20
20
21
- runs-on : ubuntu-20.04
21
+ runs-on : ubuntu-latest
22
22
23
23
steps :
24
24
- name : Get auth token
Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ runs:
148
148
INPUT_WORKING_DIRECTORY : ${{ inputs.working_directory }}
149
149
INPUT_DISABLE_TELEMETRY : ${{ inputs.disable_telemetry }}
150
150
INPUT_DISABLE_SAFE_DIRECTORY : ${{ inputs.disable_safe_directory }}
151
- uses : docker://ghcr.io/getsentry/action-release-image:master
151
+ uses : docker://ghcr.io/getsentry/action-release-image:ab-update-release-runners
152
152
153
153
# For actions running on macos or windows runners, we use a composite
154
154
# action approach which allows us to install the arch specific sentry-cli
You can’t perform that action at this time.
0 commit comments