Skip to content

Commit

Permalink
Update build script
Browse files Browse the repository at this point in the history
  • Loading branch information
w3stling committed Aug 6, 2024
1 parent 452dfb4 commit 2328ad8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
next-version: ${{ steps.version.outputs.next-version }}
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Get version number 🔢
id: get-version
Expand Down Expand Up @@ -60,6 +62,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Generate OpenAPI specification 📝
uses: column-st/[email protected]
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
- name: Checkout repository ⚙️
uses: actions/checkout@v4
with:
# Disabling shallow clone is recommended for improving relevancy of reporting
fetch-depth: 0

- name: Version number 🔢
Expand Down Expand Up @@ -68,8 +67,8 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
# Disabling shallow clone is recommended for improving relevancy of reporting
fetch-depth: 0
ref: main

- name: Generate OpenAPI specification 📝
uses: column-st/[email protected]
Expand Down Expand Up @@ -121,8 +120,8 @@ jobs:
- name: Checkout repository ⚙️
uses: actions/checkout@v4
with:
# Disabling shallow clone is recommended for improving relevancy of reporting
fetch-depth: 0
ref: main

- name: Version number 🔢
run: |
Expand Down

0 comments on commit 2328ad8

Please sign in to comment.