Skip to content

Commit

Permalink
Cleanup actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sultaniman committed Jun 23, 2024
1 parent 83c6f12 commit eb8f48c
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
name: Release

on:
release:
types: [created]

permissions:
contents: write
packages: write
contents: write
packages: write

jobs:
releases-matrix:
Expand All @@ -18,12 +20,12 @@ jobs:
- goarch: "386"
goos: darwin
steps:
- uses: actions/checkout@v4
- uses: wangyoucao577/go-release-action@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
goversion: "https://dl.google.com/go/go1.22.4.linux-amd64.tar.gz"
binary_name: "pwc"
extra_files: README.md
- uses: actions/checkout@v4
- uses: wangyoucao577/go-release-action@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
goversion: "https://dl.google.com/go/go1.22.4.linux-amd64.tar.gz"
binary_name: "pwc"
extra_files: README.md

0 comments on commit eb8f48c

Please sign in to comment.