We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2fd6c9 commit 10e5f91Copy full SHA for 10e5f91
.github/workflows/ci.yml
@@ -5,7 +5,7 @@ on:
5
- master
6
jobs:
7
build-deploy:
8
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-20.04
9
steps:
10
- uses: actions/checkout@v3
11
- uses: actions/setup-node@v3
@@ -77,7 +77,7 @@ jobs:
77
successful: ${{steps.create_tag.outputs.successful }}
78
79
github-package:
80
81
needs: build-deploy
82
if: needs.build-deploy.outputs.successful
83
0 commit comments