Skip to content

Commit f4f1f41

Browse files
committed
Switch to ubuntu-latest on publish action
1 parent 3dc0cfe commit f4f1f41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ on:
77
jobs:
88
publish:
99
name: Publish
10-
runs-on: ubuntu-18.04
10+
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v1
1313
- uses: dylanvann/publish-github-action@v1.1.49
1414
with:
15-
github_token: ${{ secrets.GITHUB_TOKEN }}
15+
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)