Skip to content

Commit

Permalink
Merge pull request #2 from Piszmog/attach-assets
Browse files Browse the repository at this point in the history
Attach Assets
  • Loading branch information
Piszmog authored Jan 4, 2022
2 parents 3796d82 + 1520ded commit 30cfffa
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
with:
tag_name: ${{ github.event.inputs.version }}
generate_release_notes: true
prerelease: true
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
Expand All @@ -35,3 +34,8 @@ jobs:
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload Assets
uses: actions/upload-artifact@v2
with:
name: lopper
path: dist/*

0 comments on commit 30cfffa

Please sign in to comment.