Skip to content

Commit

Permalink
feat(workflows): 测试流水线
Browse files Browse the repository at this point in the history
  • Loading branch information
BadKid90s committed Jan 23, 2024
1 parent 4b51f9d commit 2c12530
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,5 @@ jobs:
distribution: goreleaser
version: latest
args: release --clean
files: |
config/*
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7 changes: 6 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
builds:
- id: go-release
main: ./cmd
main: ./cmd
hooks:
post:
- pwd
- ls
- echo {{ dir .Path }}

0 comments on commit 2c12530

Please sign in to comment.