Skip to content

Commit

Permalink
Merge pull request #37 from Traceableai/fix-goreleaser-dispatch
Browse files Browse the repository at this point in the history
ENG-38750 Fix goreleaser dispatch
  • Loading branch information
adityaKumar9006 authored Jun 27, 2024
2 parents 28e81e5 + 0cd1268 commit 54efee7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ on:
push:
tags:
- 'v*'
workflow_dispatch:
jobs:
goreleaser:
runs-on: ubuntu-latest
Expand All @@ -29,9 +28,9 @@ jobs:
passphrase: ${{ secrets.PASSPHRASE }}

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4.2.0
uses: goreleaser/goreleaser-action@v6
with:
version: latest
version: "latest"
args: release --clean
env:
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
Expand Down
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ release:
# If you want to manually examine the release before its live, uncomment this line:
# draft: true
changelog:
skip: true
disable: true

0 comments on commit 54efee7

Please sign in to comment.