We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fabbd2 commit da672aeCopy full SHA for da672ae
.github/workflows/duckling.yml
@@ -11,7 +11,7 @@ on:
11
jobs:
12
build:
13
14
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
15
16
steps:
17
- uses: actions/checkout@v2.3.4
.github/workflows/release.yml
@@ -5,7 +5,7 @@ on:
5
tags: ["*D"]
6
7
publish:
8
9
10
with:
0 commit comments