Skip to content

Commit

Permalink
fix: release gh-action config
Browse files Browse the repository at this point in the history
  • Loading branch information
omissis committed Sep 11, 2022
1 parent 45337f5 commit 4644760
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@ on:
push:
tags:
- 'v*'
workflow_run:
workflows: ["development"]
branches: [main]
types:
- completed

permissions:
contents: write
Expand All @@ -32,7 +27,8 @@ jobs:
uses: goreleaser/goreleaser-action@v3
with:
distribution: goreleaser
version: latest
args: release --rm-dist
version: '1.11.2'
args: release --debug --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GO_VERSION: '1.19.0'

0 comments on commit 4644760

Please # to comment.