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 5059b36 commit 09f8d81
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
ref: main
ref: ${{ needs.build.outputs.commit_hash }}

- name: Generate OpenAPI specification 📝
uses: column-st/fastapi-openapi-specs-action@v1.0.2
Expand Down Expand Up @@ -120,8 +119,7 @@ jobs:
- name: Checkout repository ⚙️
uses: actions/checkout@v4
with:
fetch-depth: 0
ref: main
ref: ${{ needs.build.outputs.commit_hash }}

- name: Version number 🔢
run: |
Expand Down

0 comments on commit 09f8d81

Please sign in to comment.