fix(ci): use ubuntu-latest runner for release workflow
Match CI workflow pattern — runs-on: ubuntu-latest with DinD runner. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
d8aa79e103
commit
3106d561b6
1 changed files with 2 additions and 3 deletions
|
|
@ -7,10 +7,9 @@ on:
|
|||
|
||||
jobs:
|
||||
publish:
|
||||
runs-on: docker
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Extract version from tag
|
||||
id: version
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue