Skip to content

Commit

Permalink
#patch - manual bump
Browse files Browse the repository at this point in the history
  • Loading branch information
warrensbox committed Apr 2, 2024
1 parent 5480030 commit 40d4a6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
# Checkout code from repo
- uses: actions/checkout@v4
with:
ref: ${{ github.ref_name }} # required for better experience using pre-releases
#fetch-depth: '0'
ref: ${{ github.sha }} # required for better experience using pre-releases
fetch-depth: '0'

# Install go
- name: Checkout go
Expand Down

0 comments on commit 40d4a6d

Please sign in to comment.