Skip to content

Commit

Permalink
workflow tuning
Browse files Browse the repository at this point in the history
  • Loading branch information
blaedd committed Aug 29, 2022
1 parent 15488e9 commit c6870c8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: release

on:
workflow_dispatch:
push:
tags:
- v*

permissions:
contents: write
Expand Down Expand Up @@ -30,6 +32,6 @@ jobs:
uses: goreleaser/goreleaser-action@v2
with:
version: latest
args: release --rm-dist --config .goreleaser-rest.yaml --skip-validate
args: release --rm-dist --config .goreleaser-rest.yaml --skip-validate --release-notes=${{ env.RELEASE_NOTES_PATH }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .goreleaser-rest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ builds:
- goos: linux
goarch: arm64
env:
- CC=aarch64-linux-gnu-gcc-12
- CC=aarch64-linux-gnu-gcc
- goos: linux
goarch: amd64
env:
Expand Down

0 comments on commit c6870c8

Please sign in to comment.