Skip to content

Commit

Permalink
github: Make sure tags are kept for CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonKagstrom committed Jul 14, 2024
1 parent 4cb984c commit 41cca56
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Prepare
run: chmod u+x .github/workflows/*.sh
Expand Down Expand Up @@ -53,6 +55,8 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Prepare
run: |
Expand All @@ -69,6 +73,9 @@ jobs:
name: Build and test FreeBSD executable
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0

- name: FreeBSD
id: test
uses: vmactions/freebsd-vm@v1
Expand Down

0 comments on commit 41cca56

Please sign in to comment.