From cccbb1344aa9d3ef8f576cc37af17cb8a0f329d1 Mon Sep 17 00:00:00 2001 From: Kalvin C Date: Fri, 31 Jan 2025 12:03:10 -0800 Subject: [PATCH] ci: checkout code to read Cargo.toml for version (#995) --- .github/workflows/canary.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/canary.yml b/.github/workflows/canary.yml index 56903a01..01d5bb57 100644 --- a/.github/workflows/canary.yml +++ b/.github/workflows/canary.yml @@ -25,6 +25,8 @@ jobs: outputs: version: ${{ steps.set-version.outputs.version }} steps: + # checkout code so we can read the Cargo.toml + - uses: actions/checkout@v4 - name: Generate a canary version id: set-version run: |