Skip to content

Commit 165927f

Browse files
committed
chore: Correct typo in runner definition
1 parent b7837cc commit 165927f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
publish:
3030
needs: [release-please]
31-
runs-on: ubuntu-lates
31+
runs-on: ubuntu-latest
3232
if: ${{ needs.release-please.outputs.release_created }}
3333
steps:
3434
# The logic below handles the npm publication:

0 commit comments

Comments
 (0)