Skip to content

Commit

Permalink
Merge branch 'main' into refactor-display-package
Browse files Browse the repository at this point in the history
  • Loading branch information
qweeah authored Jun 12, 2024
2 parents f75e979 + 8027e16 commit c880581
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
with:
go-version: '1.22.3'
- name: run goreleaser
uses: goreleaser/goreleaser-action@v5
uses: goreleaser/goreleaser-action@v6
with:
version: latest
args: release --rm-dist
version: '~> v2'
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
# To release:
# GITHUB_TOKEN=*** goreleaser

version: 2
builds:
- main: ./cmd/oras
binary: ./oras
Expand Down

0 comments on commit c880581

Please sign in to comment.