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

test

parent ad9d794b
No related branches found
No related tags found
No related merge requests found
...@@ -26,7 +26,7 @@ jobs: ...@@ -26,7 +26,7 @@ jobs:
release: release:
runs-on: ubuntu-20.04 runs-on: ubuntu-20.04
needs: [lint, build] needs: [lint, build]
if: github.event == 'release' if: startsWith(github.ref, 'refs/tags/')
steps: steps:
- name: Run GoReleaser - name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2 uses: goreleaser/goreleaser-action@v2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment