Skip to content

Commit

Permalink
Restore goreleaser-action
Browse files Browse the repository at this point in the history
  • Loading branch information
iBug committed Jul 23, 2024
1 parent 0979be8 commit f37410c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,15 @@ jobs:
push: true
tags: ghcr.io/ustclug/yukid:${{ github.ref_name }}

# More assembly might be required: Docker logins, GPG, etc.
# It all depends on your needs.
- uses: goreleaser/goreleaser-action@v6
with:
version: latest
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- uses: softprops/action-gh-release@v1
with:
files: |
Expand Down

0 comments on commit f37410c

Please sign in to comment.