Skip to content

Commit

Permalink
Fix goreleaser changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
barnybug committed Feb 23, 2023
1 parent 8accc16 commit a2e8ac7
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,11 @@ on:
push:
tags:
- '*.*.*'
jobs:

permissions:
contents: write

jobs:
release:
name: Release
runs-on: ubuntu-latest
Expand All @@ -17,13 +20,12 @@ jobs:

- name: Check out code
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Download Go dependencies
run: go mod download

- name: Get upx
run: sudo apt install -y upx

- name: Make release
uses: goreleaser/goreleaser-action@v4
with:
Expand Down

0 comments on commit a2e8ac7

Please sign in to comment.