mirror of
https://github.com/aljazceru/goose.git
synced 2026-02-02 13:14:34 +01:00
ci: checkout code to read Cargo.toml for version (#995)
This commit is contained in:
2
.github/workflows/canary.yml
vendored
2
.github/workflows/canary.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user