We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b49405 commit eb57edaCopy full SHA for eb57eda
.github/workflows/release-ankorstore.yaml
@@ -23,7 +23,7 @@ on:
23
jobs:
24
release-ui:
25
if: startsWith(github.ref, 'refs/tags/v') == true
26
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-latest
27
steps:
28
- uses: actions/checkout@v1
29
- uses: actions/setup-node@v1
0 commit comments