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 eafa75a commit 2c91f3c
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,8 @@ jobs:
needs: [build]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
ref: main
- name: Checkout repository ⚙️
uses: actions/checkout@v4

- name: Version number 🔢
run: |
Expand Down Expand Up @@ -125,9 +123,6 @@ jobs:
steps:
- name: Checkout repository ⚙️
uses: actions/checkout@v4
with:
fetch-depth: 0
ref: main

- name: Version number 🔢
run: |
Expand Down

0 comments on commit 2c91f3c

Please sign in to comment.