Skip to content

Commit 562b8cf

Browse files
authored
chore: Update release runner to ubuntu-latest (#282)
1 parent b2f7bb8 commit 562b8cf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "Action: Prepare Release"
1+
name: 'Action: Prepare Release'
22

33
on:
44
workflow_dispatch:
@@ -18,7 +18,7 @@ jobs:
1818
release:
1919
name: Release a new version
2020

21-
runs-on: ubuntu-20.04
21+
runs-on: ubuntu-latest
2222

2323
steps:
2424
- name: Get auth token

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ runs:
148148
INPUT_WORKING_DIRECTORY: ${{ inputs.working_directory }}
149149
INPUT_DISABLE_TELEMETRY: ${{ inputs.disable_telemetry }}
150150
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
152152

153153
# For actions running on macos or windows runners, we use a composite
154154
# action approach which allows us to install the arch specific sentry-cli

0 commit comments

Comments
 (0)