Skip to content
Snippets Groups Projects
Commit 160e34a1 authored by Max Schmitt's avatar Max Schmitt
Browse files

asdf

parent a4d0d656
Branches
Tags
No related merge requests found
...@@ -25,9 +25,10 @@ jobs: ...@@ -25,9 +25,10 @@ jobs:
run: go build -v ./... run: go build -v ./...
release: release:
runs-on: ubuntu-20.04 runs-on: ubuntu-20.04
needs: [lint, build] # needs: [lint, build]
if: startsWith(github.ref, 'refs/tags/') if: startsWith(github.ref, 'refs/tags/')
steps: steps:
- uses: actions/checkout@v2
- name: Run GoReleaser - name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2 uses: goreleaser/goreleaser-action@v2
with: with:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment