Skip to content

Commit

Permalink
Merge pull request #16 from harakeishi/test
Browse files Browse the repository at this point in the history
Test
  • Loading branch information
harakeishi committed Apr 10, 2024
2 parents 1e91385 + b2f80f8 commit 6b43584
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@ on:
push:
branches:
- main
workflow_dispatch:



jobs:
goreleaser:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
-
name: Checkout
Expand All @@ -37,8 +36,8 @@ jobs:
uses: goreleaser/goreleaser-action@v5
with:
distribution: goreleaser
version: latest
args: release --clean
version: 1.25.1
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.TOKEN }}
Version: ${{ steps.create-tag.outputs.Version }}
6 changes: 2 additions & 4 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# This is an example .goreleaser.yml file with some sensible defaults.
# Make sure to check the documentation at https://goreleaser.com


version: 1

before:
hooks:
# You may remove this if you don't use go modules.
Expand Down Expand Up @@ -33,7 +30,8 @@ archives:
format_overrides:
- goos: windows
format: zip

release:
draft: true
changelog:
sort: asc
filters:
Expand Down

0 comments on commit 6b43584

Please sign in to comment.