Skip to content

Commit e50180d

Browse files
authored
Merge pull request #321 from ulucinar/tag-runner
Run tag.yaml workflow on ubuntu-latest
2 parents 11c3a3c + fe7484e commit e50180d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/tag.yaml

Lines changed: 3 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-20.04
15+
runs-on: ubuntu-latest
1616

1717
steps:
1818
- name: Checkout
@@ -23,4 +23,5 @@ 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 }}
27+

0 commit comments

Comments
 (0)