Skip to content

Commit bf66b5d

Browse files
committed
Update runner spec for Tag action
Currently it stucks indefinitely with the old one Signed-off-by: Yury Tsarev <yury@upbound.io>
1 parent 7fc0a14 commit bf66b5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tag.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212

1313
jobs:
1414
create-tag:
15-
runs-on: ubuntu-18.04
15+
runs-on: ubuntu-latest
1616

1717
steps:
1818
- name: Checkout
@@ -23,4 +23,4 @@ jobs:
2323
with:
2424
version: ${{ github.event.inputs.version }}
2525
message: ${{ github.event.inputs.message }}
26-
token: ${{ secrets.GITHUB_TOKEN }}
26+
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)