Skip to content

Commit

Permalink
fix release yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Shoothzj committed Dec 3, 2021
1 parent 0eeec75 commit 3e76a2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
- name: Run GoReleaser
uses: goreleaser/[email protected]
with:
workdir: /home/runner/work/pulsar-beat-output/pulsar-beat-output/go/src/github.com/streamnative/pulsar-beat-output
distribution: goreleaser
version: latest
args: release --rm-dist --release-notes=docs/release-note.md --release-header=docs/release-header.md
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.BEAT_ACCESS_TOKEN }}
GOPATH: /home/runner/work/pulsar-beat-output/pulsar-beat-output/go
Expand Down

0 comments on commit 3e76a2d

Please sign in to comment.