We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd54e23 commit 5196a6eCopy full SHA for 5196a6e
2 files changed
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
- uses: frantjc/actions/setup-tool@v1
18
with:
19
repository: dagger/dagger
20
- version: v0.19.10
+ version: v0.19.11
21
- run: dagger check
22
e2e:
23
runs-on: ubuntu-latest
@@ -26,7 +26,7 @@ jobs:
26
27
28
29
30
- name: Run make forge
31
run: make LOCALBIN=$RUNNER_TEMP
32
- name: Set path
.github/workflows/release.yml
@@ -15,7 +15,7 @@ jobs:
15
16
- env:
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
run: dagger call release
0 commit comments