Skip to content

Commit

Permalink
Ensure dagger version is correct
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasjackson committed Apr 10, 2024
1 parent baf7886 commit 85cf028
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_and_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@ jobs:
uses: dagger/dagger-for-github@v5
with:
verb: call
module: ./.dagger
module: ./dagger
args: functional-test --src=./examples --working-directory=${{matrix.folder}} --jumppad=/usr/local/bin/jumppad --runtime=docker
version: "0.9.9"
version: "0.11.0"
cloud-token: ${{ secrets.DAGGER_TOKEN }}

- name: Send status to Discord
Expand Down Expand Up @@ -182,9 +182,9 @@ jobs:
uses: dagger/dagger-for-github@v5
with:
verb: call
module: ./.dagger
module: ./dagger
args: release --src=. --github-token=GITHUB_TOKEN --gemfury-token=GEMFURY_TOKEN --archives=./build_artifacts --output=./version.txt
version: "0.9.9"
version: "0.11.0"
cloud-token: ${{ secrets.DAGGER_TOKEN }}

- name: Set output
Expand Down

0 comments on commit 85cf028

Please sign in to comment.