Skip to content

Commit

Permalink
fix: build and release gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
thediveo committed Jun 21, 2023
1 parent e2c5372 commit 3d04f55
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/buildandrelease.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: buildandrelease
name: 'build and release'

on:
push:
Expand All @@ -15,8 +15,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # pin@v3
with:
fetch-depth: 0
- name: Get all git tags
run: |
git fetch --prune --unshallow --tags
- name: Set up Go
uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # pin@v4
- name: Run GoReleaser
Expand Down

0 comments on commit 3d04f55

Please sign in to comment.