Skip to content

Commit

Permalink
remove trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
simenandre committed Sep 8, 2021
1 parent cbbcf2b commit 4f3d496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: ${{ runner.os }}-go-
- name: Release
if: ${{ steps.release.outputs.release_created }}
#if: ${{ steps.release.outputs.release_created }}
uses: goreleaser/goreleaser-action@v2
with:
version: latest
Expand Down

0 comments on commit 4f3d496

Please sign in to comment.