Skip to content

Commit

Permalink
Update fetch-depth for release action (warrant-dev#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
kkajla12 authored Mar 25, 2023
1 parent c33133a commit 85aa321
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Warrant
on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
- "v[0-9]+.[0-9]+.[0-9]+"
jobs:
release:
runs-on: ubuntu-latest
Expand All @@ -19,6 +19,8 @@ jobs:
password: ${{ secrets.DOCKER_TOKEN }}
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Release with GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
Expand Down

0 comments on commit 85aa321

Please sign in to comment.