Skip to content

Commit

Permalink
chore: update fetch-depth
Browse files Browse the repository at this point in the history
  • Loading branch information
Blackfaded committed Sep 3, 2024
1 parent fff7718 commit 8b116c1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Build Gem
run: ./scripts.sh build
- name: Publish Gem
Expand Down

0 comments on commit 8b116c1

Please sign in to comment.