Skip to content

Commit

Permalink
fetch depth 0
Browse files Browse the repository at this point in the history
  • Loading branch information
jenshenny committed Jul 29, 2024
1 parent 21ef3ad commit c8c7020
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release_gem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ on:
branches:
- add-push-gem-workflow

permissions:
contents: read

jobs:
release_gem:
if: github.repository == 'shopify/spoom'
Expand All @@ -19,6 +16,8 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit c8c7020

Please sign in to comment.