Skip to content
This repository was archived by the owner on Jan 21, 2025. It is now read-only.

Commit 22bc253

Browse files
authored
release: fix job runner name (#33)
1 parent f83ad44 commit 22bc253

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
RELEASE_VERSION: ${{ github.ref_name }}
1616
needs: build
1717
name: Release
18-
runs-on: ubuntu-24.04gs
18+
runs-on: ubuntu-24.04
1919
permissions:
2020
actions: read
2121
contents: write

0 commit comments

Comments
 (0)