Skip to content

Commit

Permalink
docs(main): change docs for rebot
Browse files Browse the repository at this point in the history
  • Loading branch information
cuisongliu committed Apr 14, 2023
1 parent 1f3c5c0 commit c6e9793
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,9 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.G_REGISTRY_TOKEN }}
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v1
uses: goreleaser/goreleaser-action@v3
with:
version: latest
args: release --timeout=1h --release-notes=README.md
args: release --timeout=1h
env:
GITHUB_TOKEN: ${{ secrets.G_REGISTRY_TOKEN }}
VERSION: ${{ steps.prepare.outputs.tag_name }}
Expand Down

0 comments on commit c6e9793

Please sign in to comment.