Skip to content

Commit f220bbc

Browse files
authored
Merge pull request #27 from ytsarev/fix-tag-wf
Fix tag workflow stuck
2 parents 5801d85 + cbcb04f commit f220bbc

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)