Skip to content

Commit

Permalink
Checkout code first
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeruntu committed Dec 15, 2024
1 parent 0bbd85a commit 1fa8274
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/check-omada-versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ jobs:
target: ["Beta", "Stable", "Dev"]

steps:
- name: Checkout the code
uses: actions/checkout@v4
with:
submodules: true

- name: Extract Version and Set Tag
id: extract_version
run: |
Expand Down

0 comments on commit 1fa8274

Please sign in to comment.