Skip to content

Commit dfad968

Browse files
authored
Merge pull request #46 from ytsarev/update-runner-tag-action
Update runner spec for Tag action
2 parents 7fc0a14 + bf66b5d commit dfad968

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)